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

pub struct HttpState {
    pub request: Option<RequestState>,
    pub response: Option<ResponseState>,
    pub req_header_end: HeaderEndPosition,
    pub res_header_end: HeaderEndPosition,
    pub added_req_header: String,
    pub added_res_header: String,
}

Fields

Methods

impl HttpState
[src]

Trait Implementations

impl Debug for HttpState
[src]

Formats the value using the given formatter.

impl PartialEq for HttpState
[src]

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

This method tests for !=.