Enum uhttp_content_encoding::StdContentEncoding [] [src]

pub enum StdContentEncoding {
    Brottli,
    Compress,
    Deflate,
    EfficientXML,
    Gzip,
    Identity,
    Pack200Gzip,
}

Standard content encoding scheme, as defined by IANA

Variants

Brottli compressed data format.

Unix "compress" data format.

Deflate compressed data format.

W3C Efficient XML Interchange.

Gzip compressed data format.

No encoding.

Java archive network transfer format.

Trait Implementations

impl Copy for StdContentEncoding
[src]

impl Clone for StdContentEncoding
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for StdContentEncoding
[src]

impl PartialEq for StdContentEncoding
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for StdContentEncoding
[src]

Formats the value using the given formatter.

impl Hash for StdContentEncoding
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl FromStr for StdContentEncoding
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more