Module rama::http::layer::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ยง
- Layer which stores the
Default
value of typeT
in case the header with the givenHeaderName
is present and has a bool-like value. - A
Service
which stores theDefault
value of typeT
in case the header with the givenHeaderName
is present and has a bool-like value.