http_client library

The dynamite client to handle http connections.

Generated clients MAY re export this library.

Classes

DynamiteAuthentication
Base dynamite authentication.
DynamiteClient
A client for making network requests.
DynamiteHttpBasicAuthentication
Basic http authentication with username and password.
DynamiteHttpBearerAuthentication
Http bearer authentication with a token.
DynamiteResponse<B, H>
Response returned by operations of a DynamiteClient.
DynamiteSerializer<B, H>
The serializer to convert the raw headers and body from a http.BaseResponse.
ResponseConverter<B, H>
Converter to transform a http.Response into a DynamiteResponse.

Exceptions / Errors

DynamiteApiException
The exception thrown by operations of a DynamiteClient.
DynamiteStatusCodeException
An exception caused by an invalid status code in a response.