24 #ifndef __HTTP_PARSER_H__ 
   25 #define __HTTP_PARSER_H__ 
   35 #define PARSER_MAX_BUF  131072 
   38 typedef enum e_HttpMessageState {
 
   68 #endif // __HTTP_PARSER_H__ 
void httpParserRequestVars(HttpParser)
ssize_t httpParserParse(void *, Stream)
void httpParserNewMessage(HttpParser, const char *, const char *lend)
void httpParserHeader(HttpParser, const char *, const char *)
void httpParserPostVars(HttpParser)
size_t httpParserBody(HttpParser, const char *, size_t)