Module http

Source
Expand description

Interact with the HTTP server and client modules. Contains types from the http crate to use as well.

Your process must have the Capability to message and receive messages from http-server:distro:sys and/or http-client:distro:sys to use this module.

Modules§

client
server

Structs§

HeaderMap
A set of HTTP headers
HeaderName
Represents an HTTP header field name
HeaderValue
Represents an HTTP header field value.
Method
The Request Method (VERB)
Response
Represents an HTTP response
StatusCode
An HTTP status code (status-code in RFC 9110 et al.).