Crate wasi_experimental_http

Source

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.
send_request
Send an HTTP request and get a fully formed HTTP response.
string_to_header_map
Decode a header map from a string.