EVHttpServer  1.0.0
A Lightweight http server base libevent and threadpool
Public Member Functions | Public Attributes | List of all members
EVHttpServer::PathAndMethod Struct Reference

Path and method are used to represent an HTTP request. More...

#include <EVHttpServer.h>

Public Member Functions

 PathAndMethod (ReqType m, const std::string &u)
 
bool operator== (const PathAndMethod &info) const
 

Public Attributes

ReqType method
 
std::string path
 

Detailed Description

Path and method are used to represent an HTTP request.


The documentation for this struct was generated from the following file: