vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

Module vibe.http.client

A simple HTTP/1.1 client implementation.

Functions

NameDescription
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

NameDescription
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.
Authors

Sönke Ludwig, Jan Krüger

Copyright

© 2012-2014 Sönke Ludwig

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.