Module vibe.http.client
A simple HTTP/1.1 client implementation.
Functions
Name | Description |
---|---|
connectHTTP
|
Returns a HttpClient proxy object that is connected to the specified host .
|
requestHTTP
|
Performs a 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). |
Aliases
Name | Type | Description |
---|---|---|
connectHttp
|
Deprecated compatibility alias | |
HttpClient
|
HTTPClient
|
Deprecated compatibility alias |
HttpClientRequest
|
HTTPClientRequest
|
Deprecated compatibility alias |
HttpClientResponse
|
HTTPClientResponse
|
Deprecated compatibility alias |
requestHttp
|
Deprecated compatibility alias |
Authors
Sönke Ludwig, Jan Krüger
Copyright
© 2012-2014 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.