ReactOS 0.4.15-dev-7942-gd23573b
_HTTP_RESPONSE_V1 Struct Reference

#include <http.h>

Collaboration diagram for _HTTP_RESPONSE_V1:

Public Attributes

ULONG Flags
 
HTTP_VERSION Version
 
USHORT StatusCode
 
USHORT ReasonLength
 
const charpReason
 
HTTP_RESPONSE_HEADERS Headers
 
USHORT EntityChunkCount
 
HTTP_DATA_CHUNKpEntityChunks
 

Detailed Description

Definition at line 335 of file http.h.

Member Data Documentation

◆ EntityChunkCount

USHORT _HTTP_RESPONSE_V1::EntityChunkCount

Definition at line 343 of file http.h.

◆ Flags

ULONG _HTTP_RESPONSE_V1::Flags

Definition at line 337 of file http.h.

◆ Headers

HTTP_RESPONSE_HEADERS _HTTP_RESPONSE_V1::Headers

Definition at line 342 of file http.h.

◆ pEntityChunks

HTTP_DATA_CHUNK* _HTTP_RESPONSE_V1::pEntityChunks

Definition at line 344 of file http.h.

◆ pReason

const char* _HTTP_RESPONSE_V1::pReason

Definition at line 341 of file http.h.

◆ ReasonLength

USHORT _HTTP_RESPONSE_V1::ReasonLength

Definition at line 340 of file http.h.

◆ StatusCode

USHORT _HTTP_RESPONSE_V1::StatusCode

Definition at line 339 of file http.h.

◆ Version

HTTP_VERSION _HTTP_RESPONSE_V1::Version

Definition at line 338 of file http.h.


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