![]() |
RTBKit
0.9
Open-source framework to create real-time ad bidding systems.
|
#include <rest_request_router.h>
Public Types | |
| enum | Type { NONE, STRING, REGEX } |
Public Member Functions | |
| PathSpec (const std::string &fullPath) | |
| PathSpec (const char *fullPath) | |
| PathSpec (const std::string &str, const boost::regex &rex) | |
| void | getHelp (Json::Value &result) |
| std::string | getPathDesc () const |
| bool | operator== (const PathSpec &other) const |
| bool | operator!= (const PathSpec &other) const |
| bool | operator< (const PathSpec &other) const |
Public Attributes | |
| enum Datacratic::PathSpec::Type | type |
| std::string | path |
| boost::regex | rex |
| std::string | desc |
This matches part of a path for a REST URI.
Definition at line 26 of file rest_request_router.h.
1.7.6.1