Struct tungstenite::handshake::server::Request [] [src]

pub struct Request {
    pub path: String,
    pub headers: Headers,
}

Request from the client.

Fields

Path part of the URL.

HTTP headers.

Methods

impl Request
[src]

Reply to the response.

Trait Implementations

impl<'h, 'b: 'h> FromHttparse<Request<'h, 'b>> for Request
[src]

Convert raw object into parsed HTTP headers.