Crate wasi_experimental_http[][src]

Structs

Response

An HTTP response

Enums

HttpError

HTTP errors

Functions

header_map_to_string

Encode a header map as a string.

request

Send an HTTP request. The function returns a Response object, that includes the status, as well as methods to access the headers and the body.

string_to_header_map

Decode a header map from a string.