ReactOS 0.4.15-dev-7918-g2a2556c
_HTTP_REQUEST_V1 Struct Reference

#include <http.h>

Collaboration diagram for _HTTP_REQUEST_V1:

Public Attributes

ULONG Flags
 
HTTP_CONNECTION_ID ConnectionId
 
HTTP_REQUEST_ID RequestId
 
HTTP_URL_CONTEXT UrlContext
 
HTTP_VERSION Version
 
HTTP_VERB Verb
 
USHORT UnknownVerbLength
 
USHORT RawUrlLength
 
const charpUnknownVerb
 
const charpRawUrl
 
HTTP_COOKED_URL CookedUrl
 
HTTP_TRANSPORT_ADDRESS Address
 
HTTP_REQUEST_HEADERS Headers
 
ULONGLONG BytesReceived
 
USHORT EntityChunkCount
 
HTTP_DATA_CHUNKpEntityChunks
 
HTTP_RAW_CONNECTION_ID RawConnectionId
 
HTTP_SSL_INFOpSslInfo
 

Detailed Description

Definition at line 275 of file http.h.

Member Data Documentation

◆ Address

HTTP_TRANSPORT_ADDRESS _HTTP_REQUEST_V1::Address

Definition at line 288 of file http.h.

◆ BytesReceived

ULONGLONG _HTTP_REQUEST_V1::BytesReceived

Definition at line 290 of file http.h.

◆ ConnectionId

HTTP_CONNECTION_ID _HTTP_REQUEST_V1::ConnectionId

Definition at line 278 of file http.h.

◆ CookedUrl

HTTP_COOKED_URL _HTTP_REQUEST_V1::CookedUrl

Definition at line 287 of file http.h.

◆ EntityChunkCount

USHORT _HTTP_REQUEST_V1::EntityChunkCount

Definition at line 291 of file http.h.

◆ Flags

ULONG _HTTP_REQUEST_V1::Flags

Definition at line 277 of file http.h.

◆ Headers

HTTP_REQUEST_HEADERS _HTTP_REQUEST_V1::Headers

Definition at line 289 of file http.h.

◆ pEntityChunks

HTTP_DATA_CHUNK* _HTTP_REQUEST_V1::pEntityChunks

Definition at line 292 of file http.h.

◆ pRawUrl

const char* _HTTP_REQUEST_V1::pRawUrl

Definition at line 286 of file http.h.

◆ pSslInfo

HTTP_SSL_INFO* _HTTP_REQUEST_V1::pSslInfo

Definition at line 294 of file http.h.

◆ pUnknownVerb

const char* _HTTP_REQUEST_V1::pUnknownVerb

Definition at line 285 of file http.h.

◆ RawConnectionId

HTTP_RAW_CONNECTION_ID _HTTP_REQUEST_V1::RawConnectionId

Definition at line 293 of file http.h.

◆ RawUrlLength

USHORT _HTTP_REQUEST_V1::RawUrlLength

Definition at line 284 of file http.h.

◆ RequestId

HTTP_REQUEST_ID _HTTP_REQUEST_V1::RequestId

Definition at line 279 of file http.h.

◆ UnknownVerbLength

USHORT _HTTP_REQUEST_V1::UnknownVerbLength

Definition at line 283 of file http.h.

◆ UrlContext

HTTP_URL_CONTEXT _HTTP_REQUEST_V1::UrlContext

Definition at line 280 of file http.h.

◆ Verb

HTTP_VERB _HTTP_REQUEST_V1::Verb

Definition at line 282 of file http.h.

◆ Version

HTTP_VERSION _HTTP_REQUEST_V1::Version

Definition at line 281 of file http.h.


The documentation for this struct was generated from the following file: