pub struct RequestOptions {
    pub desired_content_encoding: CompressionAlgorithm,
    pub transfer_encoding: CompressionAlgorithm,
    pub compression_from_TE_header: CompressionAlgorithm,
    pub content_encoding: CompressionAlgorithm,
    pub wants_trailers: bool,
    pub expected_trailers: Vec<String>,
}

Fields

desired_content_encoding: CompressionAlgorithmtransfer_encoding: CompressionAlgorithmcompression_from_TE_header: CompressionAlgorithmcontent_encoding: CompressionAlgorithmwants_trailers: boolexpected_trailers: Vec<String>

Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.