HCE project C++ developers source code library  1.1.1
HCE project developer library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
HttpParser Class Reference

#include <HttpParser.h>

Public Member Functions

 HttpParser (const char *content, size_t contentLen)
 ~HttpParser ()
char * getByName (const char *var)
List< Variable * > * getAll ()
short getMethod ()

Detailed Description

Definition at line 18 of file HttpParser.h.

Constructor & Destructor Documentation

HttpParser::HttpParser ( const char *  content,
size_t  contentLen 
)

Definition at line 2 of file HttpParser.cpp.

HttpParser::~HttpParser ( )

Definition at line 117 of file HttpParser.cpp.

Member Function Documentation

List<Variable*>* HttpParser::getAll ( )
inline

Definition at line 24 of file HttpParser.h.

char * HttpParser::getByName ( const char *  var)

Definition at line 127 of file HttpParser.cpp.

short HttpParser::getMethod ( )
inline

Definition at line 25 of file HttpParser.h.


The documentation for this class was generated from the following files: