Skip to main content

Module request

Module request 

Source
Expand description

HTTP request representation.

The concrete implementation will mirror RFC 9110 semantics, including support for request methods, target forms, and header access. This scaffold provides the basic structure needed by other modules during development.

Structs§

Request
Represents an HTTP request.
RequestBuilder
Builder for Request values.

Enums§

RequestTarget
HTTP request target representation (RFC 9112 Section 3.2).