A HTTP client.
sf::Http is a very simple HTTP client that allows you to communicate with a web server.
You can retrieve web pages, send data to an interactive resource, download a remote file, etc.
Default constructor
Construct the HTTP client with the target host.
Destructor
Define a HTTP request.
Define a HTTP response.
Send a HTTP request and return the server's response.
Set the target host.
See Implementation
A HTTP client.
sf::Http is a very simple HTTP client that allows you to communicate with a web server.
You can retrieve web pages, send data to an interactive resource, download a remote file, etc.