ReactOS 0.4.15-dev-7842-g558ab78
_HTTP_RESPONSE_HEADERS Struct Reference

#include <http.h>

Collaboration diagram for _HTTP_RESPONSE_HEADERS:

Public Attributes

USHORT UnknownHeaderCount
 
HTTP_UNKNOWN_HEADERpUnknownHeaders
 
USHORT TrailerCount
 
HTTP_UNKNOWN_HEADERpTrailers
 
HTTP_KNOWN_HEADER KnownHeaders [HttpHeaderResponseMaximum]
 

Detailed Description

Definition at line 326 of file http.h.

Member Data Documentation

◆ KnownHeaders

HTTP_KNOWN_HEADER _HTTP_RESPONSE_HEADERS::KnownHeaders[HttpHeaderResponseMaximum]

Definition at line 332 of file http.h.

◆ pTrailers

HTTP_UNKNOWN_HEADER* _HTTP_RESPONSE_HEADERS::pTrailers

Definition at line 331 of file http.h.

◆ pUnknownHeaders

HTTP_UNKNOWN_HEADER* _HTTP_RESPONSE_HEADERS::pUnknownHeaders

Definition at line 329 of file http.h.

◆ TrailerCount

USHORT _HTTP_RESPONSE_HEADERS::TrailerCount

Definition at line 330 of file http.h.

◆ UnknownHeaderCount

USHORT _HTTP_RESPONSE_HEADERS::UnknownHeaderCount

Definition at line 328 of file http.h.


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