Macros§
- api
- A macro for creating API clients, in bulk. Currently only supports
JSON
data format.
Structs§
- Client
- An asynchronous
Client
to make Requests with. - Client
Builder - A
ClientBuilder
can be used to create aClient
with custom configuration. - Header
Map - A set of HTTP headers
- Header
Value - Represents an HTTP header field value.
Enums§
- Value
- Represents any valid JSON value.
Type Aliases§
- Result
Result<T, Error>