Module vibe.http.client
A simple HTTP/1.1 client implementation.
Functions
Name | Description |
connectHTTP(host, port, use_tls, settings)
|
Returns a HTTPClient proxy object that is connected to the specified host.
|
requestHTTP(url, requester, settings)
|
Performs a synchronous HTTP request on the specified URL.
|
Classes
Name | Description |
HTTPClient
|
Implementation of a HTTP 1.0/1.1 client with keep-alive support.
|
HTTPClientRequest
|
Represents a HTTP client request (as sent to the server).
|
HTTPClientResponse
|
Represents a HTTP client response (as received from the server).
|
HTTPClientSettings
|
Defines an HTTP/HTTPS proxy request or a connection timeout for an HTTPClient.
|