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§
Structs§
- Header
Map - A set of HTTP headers
- Header
Name - Represents an HTTP header field name
- Header
Value - Represents an HTTP header field value.
- Method
- The Request Method (VERB)
- Response
- Represents an HTTP response
- Status
Code - An HTTP status code (
status-code
in RFC 9110 et al.).