ReactOS 0.4.15-dev-7842-g558ab78
http.h File Reference
#include <windows.h>
Include dependency graph for http.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CHttpParser
 

Macros

#define NUMMETHODS   7
 
#define NUMGENERELS   7
 
#define NUMREQUESTS   17
 
#define NUMENTITIES   12
 
#define hmOPTIONS   0
 
#define hmGET   1
 
#define hmHEAD   2
 
#define hmPOST   3
 
#define hmPUT   4
 
#define hmDELETE   5
 
#define hmTRACE   6
 

Macro Definition Documentation

◆ hmDELETE

#define hmDELETE   5

Definition at line 23 of file http.h.

◆ hmGET

#define hmGET   1

Definition at line 19 of file http.h.

◆ hmHEAD

#define hmHEAD   2

Definition at line 20 of file http.h.

◆ hmOPTIONS

#define hmOPTIONS   0

Definition at line 18 of file http.h.

◆ hmPOST

#define hmPOST   3

Definition at line 21 of file http.h.

◆ hmPUT

#define hmPUT   4

Definition at line 22 of file http.h.

◆ hmTRACE

#define hmTRACE   6

Definition at line 24 of file http.h.

◆ NUMENTITIES

#define NUMENTITIES   12

Definition at line 15 of file http.h.

◆ NUMGENERELS

#define NUMGENERELS   7

Definition at line 13 of file http.h.

◆ NUMMETHODS

#define NUMMETHODS   7

Definition at line 12 of file http.h.

◆ NUMREQUESTS

#define NUMREQUESTS   17

Definition at line 14 of file http.h.