Skip to main content

Module http

Module http 

Source
Expand description

Http module defining transport layer abstractions.

Modules§

endpoint
Endpoint module defining construction of API endpoints.
reqwest_transport
A Transport implementation backed by reqwest, for non-wasm targets.

Structs§

HttpRequest
A generic HTTP request abstraction.
HttpResponse
A generic HTTP response abstraction.

Enums§

Method
Represents an HTTP method.

Traits§

Transport
The transport layer abstraction for executing HTTP requests.