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).

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.