Skip to main content

Module http

Module http 

Source
Expand description

HTTP constructs like error types and response helpers.

Modules§

error
Error types for the Tachyon-Web framework.
header
HTTP header types
response
Response utilities and the IntoResponse trait.

Structs§

HeaderMap
A specialized multimap for header names and values.
Method
The Request Method (VERB)
Request
Represents an HTTP request.
Response
Represents an HTTP response
StatusCode
An HTTP status code (status-code in RFC 9110 et al.).
Uri
The URI component of a request.