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

pub struct StatusLine<'a> {
    pub version: [&'a [u8]; 2],
    pub status: &'a [u8],
    pub reason: &'a [u8],
}

Fields

Trait Implementations

impl<'a> PartialEq for StatusLine<'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 StatusLine<'a>
[src]

Formats the value using the given formatter.