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

pub struct Connection {
    pub keep_alive: Option<bool>,
    pub has_upgrade: bool,
    pub upgrade: Option<String>,
    pub to_delete: HashSet<String>,
}

Fields

Methods

impl Connection
[src]

Trait Implementations

impl Debug for Connection
[src]

Formats the value using the given formatter.

impl Clone for Connection
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Connection
[src]

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

This method tests for !=.