#include <http_server.h>
Public Member Functions | |
Construction | |
| CL_HTTPServer () | |
| ~CL_HTTPServer () | |
Operations | |
| void | bind (const CL_SocketName &name) |
| Bind. | |
| void | add_handler (const CL_HTTPRequestHandler &handler) |
| Add handler. | |
| void | remove_handler (const CL_HTTPRequestHandler &handler) |
| Remove handler. | |
|
|
|
|
|
|
|
|
Add handler.
|
|
|
Bind.
|
|
|
Remove handler.
|
1.4.6