Struct winapi::http::HTTP_REQUEST_V1
[−]
[src]
pub struct HTTP_REQUEST_V1 { pub Flags: ULONG, pub ConnectionId: HTTP_CONNECTION_ID, pub RequestId: HTTP_REQUEST_ID, pub UrlContext: HTTP_URL_CONTEXT, pub Version: HTTP_VERSION, pub Verb: HTTP_VERB, pub UnknownVerbLength: USHORT, pub RawUrlLength: USHORT, pub pUnknownVerb: PCSTR, pub pRawUrl: PCSTR, pub CookedUrl: HTTP_COOKED_URL, pub Address: HTTP_TRANSPORT_ADDRESS, pub Headers: HTTP_REQUEST_HEADERS, pub BytesReceived: ULONGLONG, pub EntityChunkCount: USHORT, pub pEntityChunks: PHTTP_DATA_CHUNK, pub RawConnectionId: HTTP_RAW_CONNECTION_ID, pub pSslInfo: PHTTP_SSL_INFO, }
Fields
Flags | |
ConnectionId | |
RequestId | |
UrlContext | |
Version | |
Verb | |
UnknownVerbLength | |
RawUrlLength | |
pUnknownVerb | |
pRawUrl | |
CookedUrl | |
Address | |
Headers | |
BytesReceived | |
EntityChunkCount | |
pEntityChunks | |
RawConnectionId | |
pSslInfo |
Trait Implementations
impl Copy for HTTP_REQUEST_V1
[src]
impl Clone for HTTP_REQUEST_V1
[src]
fn clone(&self) -> HTTP_REQUEST_V1
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