#include <rest_server.h>
Definition at line 33 of file rest_server.h.
◆ HandlerFunc
typedef void(RestServer::* RestServer::HandlerSpecifier::HandlerFunc) (const struct RESTData &) |
◆ HandlerSpecifier()
RestServer::HandlerSpecifier::HandlerSpecifier |
( |
const contrail::regex & |
request_regex, |
|
|
enum http_method |
method, |
|
|
HandlerFunc |
handler_func |
|
) |
| |
|
inline |
◆ handler_func
◆ method
enum http_method RestServer::HandlerSpecifier::method |
◆ request_regex
The documentation for this class was generated from the following file: