Crate ehttp[][src]

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.

Type Definitions

Possible errors does NOT include e.g. 404, which is NOT considered an error.