![]() |
RTBKit
0.9
Open-source framework to create real-time ad bidding systems.
|
#include <http_monitor.h>
Public Member Functions | |
| HttpMonitor (const std::string &name) | |
| void | start (int port, Arg a=Arg()) |
Simple Http server that works with HttpMonitorHandler to provide a simple Http querying or monitering service.
Definition at line 38 of file http_monitor.h.
| void Datacratic::HttpMonitor< Handler, Arg >::start | ( | int | port, |
| Arg | a = Arg() |
||
| ) | [inline] |
Starts the server on the given port. The given argument will be made available to the handlers whenever a connection is created.
Definition at line 47 of file http_monitor.h.
1.7.6.1