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
stream_id: u32
headers: Vec<Header>
body: Vec<u8>
Trait Implementations
impl Clone for Request
[src]
fn clone(&self) -> Request
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more