Qore HttpServer Module Reference 1.1.2
|
Variables | |
const | HttpServer::HttpServer::LLO_RECV_BODY = (1 << 1) |
listener log option: log recv message body | |
const | HttpServer::HttpServer::LLO_RECV_HEADERS = (1 << 0) |
const | HttpServer::HttpServer::LLO_SEND_BODY = (1 << 3) |
listener log option: log sent message body | |
const | HttpServer::HttpServer::LLO_SEND_HEADERS = (1 << 2) |
listener log option: log send headers | |
Options to control how listener headers and body options are logged
const HttpServer::HttpServer::LLO_RECV_HEADERS = (1 << 0) |
listener log option: log recv headers