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

pub struct RequestLine<'a> {
    pub method: &'a [u8],
    pub uri: &'a [u8],
    pub version: [&'a [u8]; 2],
}

Fields

Trait Implementations

impl<'a> PartialEq for RequestLine<'a>
[src]

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

This method tests for !=.

impl<'a> Debug for RequestLine<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for RequestLine<'a>

impl<'a> Sync for RequestLine<'a>