Struct solicit::http::Request [−][src]
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>