rikitiki
v0.1.67
Build C++ web server modules that allow easy routing and deployment.
|
#include <headersTest.h>
Public Member Functions | |
void | Register (Server &server) |
void | headers (ConnContext &ctx) |
void | cookies (ConnContext &ctx) |
void | set_cookie (ConnContext &ctx, const std::string &name, const std::string &value) |
This example module exposes how to work with headers and cookies.