Implementation of a HTTP 1.0/1.1 client with keep-alive support.
Represents a HTTP client request (as sent to the server).
Represents a HTTP client response (as received from the server).
Defines an HTTP/HTTPS proxy request or a connection timeout for an HTTPClient.
Returns a HTTPClient proxy object that is connected to the specified host.
Returns clean host string. In case of unix socket it performs urlDecode on host.
Performs a synchronous HTTP request on the specified URL.
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.
© 2012-2014 Sönke Ludwig
A simple HTTP/1.1 client implementation.