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

Aliases

Name Type Description
connectHttp Compatibility alias, will be deprecated soon.
HttpClient HTTPClient Compatibility alias, will be deprecated soon.
HttpClientRequest HTTPClientRequest Compatibility alias, will be deprecated soon.
HttpClientResponse HTTPClientResponse Compatibility alias, will be deprecated soon.
requestHttp Compatibility alias, will be deprecated soon.

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.