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: ULONG ConnectionId: HTTP_CONNECTION_ID RequestId: HTTP_REQUEST_ID UrlContext: HTTP_URL_CONTEXT Version: HTTP_VERSION Verb: HTTP_VERB UnknownVerbLength: USHORT RawUrlLength: USHORT pUnknownVerb: PCSTR pRawUrl: PCSTR CookedUrl: HTTP_COOKED_URL Address: HTTP_TRANSPORT_ADDRESS Headers: HTTP_REQUEST_HEADERS BytesReceived: ULONGLONG EntityChunkCount: USHORT pEntityChunks: PHTTP_DATA_CHUNK RawConnectionId: HTTP_RAW_CONNECTION_ID pSslInfo: PHTTP_SSL_INFO

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