Skip to main content

response_header

Function response_header 

Source
pub fn response_header(
    header_name: impl Into<HeaderName<'static>>,
) -> impl ClientLogFormatter
Available on crate feature client only.
Expand description

Formatter-builder for a particular response header, wrapped in quotes. Produces "" if the header is not present.