Struct confetti::Conn[][src]

pub struct Conn {
Show fields pub host: String, pub method: Method, pub port: u16, pub scheme: String, pub path: String, pub query_string: String, pub req_body: String, pub req_headers: HashMap<String, String>, pub cf: HashMap<String, String>, pub resp_body: String, pub resp_headers: HashMap<String, String>, pub status: u16, pub assigns: HashMap<String, String>, pub params: HashMap<String, String>, pub halted: bool,
}

Fields

host: Stringmethod: Methodport: u16scheme: Stringpath: Stringquery_string: Stringreq_body: Stringreq_headers: HashMap<String, String>cf: HashMap<String, String>resp_body: Stringresp_headers: HashMap<String, String>status: u16assigns: HashMap<String, String>params: HashMap<String, String>halted: bool

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.