Struct mux::Treq [] [src]

pub struct Treq {
    pub headers: Headers,
    pub body: Vec<u8>,
}

Representation of the mux Treq types.

Fields

Request headers.

Body of the request.

Trait Implementations

impl PartialEq for Treq
[src]

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

This method tests for !=.

impl Eq for Treq
[src]

impl Debug for Treq
[src]

Formats the value using the given formatter.