NetFlex  0.0.0
C++11 HTTP Server Library.
netflex::routing::route Member List

This is the complete list of members for netflex::routing::route, including all inherited members.

dispatch(const http::request &request, http::response &response) constnetflex::routing::route
match(http::request &request) constnetflex::routing::route
operator=(const route &)=defaultnetflex::routing::route
route(http::method m, const std::string &path, const route_callback_t &callback)netflex::routing::route
route(const route &)=defaultnetflex::routing::route
route_callback_t typedefnetflex::routing::route
~route(void)=defaultnetflex::routing::route