Expand description
Common abstractions for implementing WCGI servers.
Modules§
Structs§
- Body
- Header
Map - A set of HTTP headers
- Method
- The Request Method (VERB)
- Status
Code - An HTTP status code (
status-code
in RFC 9110 et al.). - StdWcgi
Error - Wrapper for
WcgiError
that implementsstd::error::Error
; - Uri
- The URI component of a request.
- Wcgi
Error
Traits§
Functions§
- response_
builder - serve_
once - Serve http requests with the provided handler.