Skip to main content

Module http

Module http 

Source
Expand description

HTTP capability trait and error types.

Request and response types are provided by the http crate, which is a pure-types crate with no platform dependencies (compiles on wasm). The body type is bytes::Bytes.

Enums§

HttpError

Traits§

HttpClientCapability