Module rtrtr::http

source · []
Expand description

The HTTP server.

Because with HTTP you can select what information you want per request, we only have one HTTP server for the entire instance. HTTP targets will provide their data via a specific base path within that server.

Server configuration happens via the Server struct that normally is part of the Config.

Structs

A collection of HTTP resources to be served by the server.

The configuration for the HTTP server.

Traits

A type that can process an HTTP request.