Expand description
Build HTTP responses, from scratch or by converting existing types.
Check out the Response
type for more details.
Modules§
- Tools for building and manipulating
Response
bodies.
Structs§
- Represents an HTTP response.
- The body type used in Pavex’s
Response
s. - All the information that is transmitted as part of an HTTP
Response
ahead of the body.
Traits§
- Convert a type into a
Response
.