pub trait IntoEncodedHeaderValue {
// Required method
fn into_encoded_header_value(self) -> HeaderValue;
}Expand description
Converts a value into a HeaderValue and encodes it if necessary.
pub trait IntoEncodedHeaderValue {
// Required method
fn into_encoded_header_value(self) -> HeaderValue;
}Converts a value into a HeaderValue and encodes it if necessary.