Module header_option_value
Expand description
Similar to super::header_config::HeaderConfigLayer,
but storing the Default value of type T in case
the header with the given HeaderName is present
and has a bool-like value.
Structsยง
- Header
Option Value Layer - Layer which stores the
Defaultvalue of typeTin case the header with the givenHeaderNameis present and has a bool-like value. - Header
Option Value Service - A
Servicewhich stores theDefaultvalue of typeTin case the header with the givenHeaderNameis present and has a bool-like value.