ReactOS 0.4.16-dev-336-gb667d82
|
#include <winhttp_private.h>
Public Attributes | |
WCHAR * | field |
WCHAR * | value |
BOOL | is_request |
Definition at line 131 of file winhttp_private.h.
WCHAR* header::field |
Definition at line 133 of file winhttp_private.h.
Referenced by add_request_headers(), free_header(), insert_header(), parse_header(), and read_reply().
BOOL header::is_request |
Definition at line 135 of file winhttp_private.h.
Referenced by insert_header(), and query_headers().
WCHAR* header::value |
Definition at line 134 of file winhttp_private.h.
Referenced by add_request_headers(), free_header(), init_content_encoding(), init_content_type(), insert_header(), MimeBody_GetProp(), MimeBody_SetProp(), parse_header(), process_header(), query_headers(), read_reply(), and read_value().