Introduces a simple but under-powered HTTP client.
Consider using vibe.d if you need something better.
Minimalistic HTTP client. At this point it only support simple GET requests which return the whole response body.
The exception type for HTTP errors.
Results of a HTTP request.
See Source File
Introduces a simple but under-powered HTTP client.
Consider using vibe.d if you need something better.