Available on crate features
rest-client
or rpc-client
only.Expand description
Simple HTTP implementation which supports both async and traditional execution environments with minimal dependencies. This is used as the basis for REST and RPC clients.
Structsยง
- Binary
Response - An HTTP response body in binary format.
- Http
Endpoint - Endpoint for interacting with an HTTP-based API.
- Json
Response - An HTTP response body in JSON format.