Not a big thing. Method SetURI() checks if URI starts with slash, and inserts one if not. But there is possibility to create Request object using
sf::Http::Request req( sf::Http::Request::Get, "" );
In this case URI string is just copied to myURI member, without any checking.