Crate shs

source ·
Expand description

Easy-to-use non-async HTTP 1.1 server.

Structs§

  • Requirements for the Server Error type parameter. Request type passed to handlers. It provides both the input request and the output response, as well as access to state shared across requests.
  • HTTP 1.1 server.
  • Test request for calling Server::test_request.
  • Response from calling Server::test_request.

Enums§

  • Errors that can occur when dispatching an error to a handler.
  • HTTP response status codes.

Type Aliases§