Crate juicehost

Crate juicehost 

Source
Expand description

Library root for juicehost.

Re-exports every module. The quic module only compiles when the quic feature is turned on.

Modulesยง

config
Config loaded from environment variables.
handlers
All the request handlers for juicehost routes.
middleware
Security response-header middleware.
quic
QUIC/HTTP/3 server for juicehost.
server
Router builder and TCP server starter for juicehost.
state
Shared state every handler can access.
utils
Graceful-shutdown signal handling.