Module vibe.http.client
A simple HTTP/1.1 client implementation.
Functions
Name | Description |
---|---|
connectHttp | Returns a HttpClient proxy that is connected to the specified host . |
requestHttp | Performs a HTTP request on the specified URL. |
Classes
Name | Description |
---|---|
HttpClient | |
HttpClientRequest | |
HttpClientResponse |
Authors
Sönke Ludwig, Jan Krüger
Copyright
© 2012 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.