Struct solicit::http::Request [] [src]

pub struct Request {
    pub stream_id: u32,
    pub headers: Vec<Header>,
    pub body: Vec<u8>,
}

A struct representing a full HTTP/2 request, along with the full body, as a sequence of bytes.

Fields

Trait Implementations

impl Clone for Request
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more