HTTP server. More...
#include <http_server.h>
Public Member Functions | |
Construction | |
HTTPServer () | |
~HTTPServer () | |
Operations | |
void | bind (const SocketName &name) |
Bind. More... | |
void | add_handler (const HTTPRequestHandler &handler) |
Add handler. More... | |
void | remove_handler (const HTTPRequestHandler &handler) |
Remove handler. More... | |
HTTP server.