pub fn response_header(
header_name: impl Into<HeaderName<'static>>,
) -> impl ClientLogFormatterAvailable on crate feature
client only.Expand description
Formatter-builder for a particular response header, wrapped in quotes. Produces "" if the
header is not present.