#include <cstddef>
#include <cstdlib>
#include "mongoose.h"
#include <string>
#include <map>
#include <vector>
#include <memory>
Go to the source code of this file.
Typedefs |
typedef std::map< std::string,
std::string > | mongoose::ServerOptionSet |
typedef std::vector< std::string > | mongoose::ServerOptionList |
typedef std::vector< const char * > | mongoose::ServerOptionStorage |
typedef std::map< std::string,
std::string > | mongoose::RequestValueSet |
typedef std::map< std::string,
int > | mongoose::ResponseValueIndex |
typedef std::vector< std::pair
< std::string, std::string > > | mongoose::ResponseValueList |
typedef enum mg_event | mongoose::ServerHandlingEvent |
typedef std::map< std::string,
MongooseRequestMethodCode > | mongoose::MethodMap |
typedef std::auto_ptr< MethodMap > | mongoose::MethodMapGuard |
Enumerations |
enum | MongooseRequestMethodCode {
rmcUndef,
rmcGet,
rmcPost,
rmcHead,
rmcPut,
rmcDelete,
rmcTrace,
rmcOptions
} |
Detailed Description