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ยง

HeaderOptionValueLayer
Layer which stores the Default value of type T in case the header with the given HeaderName is present and has a bool-like value.
HeaderOptionValueService
A Service which stores the Default value of type T in case the header with the given HeaderName is present and has a bool-like value.