Module http

Source
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ยง

BinaryResponse
An HTTP response body in binary format.
HttpEndpoint
Endpoint for interacting with an HTTP-based API.
JsonResponse
An HTTP response body in JSON format.