Function aws_smithy_http::header::set_response_header_if_absent
source ยท pub fn set_response_header_if_absent<V>(
response: Builder,
key: HeaderName,
value: V,
) -> Builder
Expand description
Given an HTTP response, set a response header if that header was not already set.