Crate ehttp

source · []
Expand description

Minimal HTTP client for both native and WASM.

Structs

A simple http request.

Response from a completed HTTP request.

Functions

Performs a HTTP requests and calls the given callback when done.

Only available when compiling for native.

Helper for constructing Request::headers.

Type Definitions

A description of an error.

A type-alias for Result<T, ehttp::Error>.