gfm.net.httpclient

Introduces a simple but under-powered HTTP client.

Consider using vibe.d if you need something better.

Members

Classes

HTTPClient
class HTTPClient

Minimalistic HTTP client. At this point it only support simple GET requests which return the whole response body.

HTTPException
class HTTPException

The exception type for HTTP errors.

HTTPResponse
class HTTPResponse

Results of a HTTP request.

Enums

HTTPMethod
enum HTTPMethod
Undocumented in source.

Meta