Struct sozu_lib::parser::http11::RRequestLine [] [src]

pub struct RRequestLine {
    pub method: String,
    pub uri: String,
    pub version: String,
}

Fields

Methods

impl RRequestLine
[src]

Trait Implementations

impl PartialEq for RRequestLine
[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 RRequestLine
[src]

Formats the value using the given formatter.

impl Clone for RRequestLine
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more