Expand description
Global redirector server configuration.
Structs§
- Config
- Global configuration for the links redirector server. This is the more
idiomatic, easier to use (in rust code), and shareable-across-threads
version, which can be updated from a
Partial. - Config
Inner 🔒 - Actual configuration storage inside of a
Config - Redirector
- Configuration of a redirector. Can be generated from a
Config. This is separate from the actualConfig, because it shouldn’t/can’t change during the course of processing a redirect.
Enums§
- Hsts
- HTTP Strict Transport Security configuration settings and
max-agein seconds for the links redirector.