pub trait IntoEncodedHeaderValue {
    fn into_encoded_header_value(self) -> HeaderValue;
}
Expand description

Converts a value into a HeaderValue and encodes it if necessary.

Required Methods

Implementations on Foreign Types

Implementors