bitz-server
2.0.3
|
#include <common.h>
Public Attributes | |
std::string | req_header |
std::string | req_body |
std::string | res_header |
std::string | res_body |
bool | ieof |
Payload structure common to both requests and responses.
bool icap::payload_t::ieof |
boolen flag to store the presence of "ieof"
std::string icap::payload_t::req_body |
request body
std::string icap::payload_t::req_header |
request header
std::string icap::payload_t::res_body |
response body
std::string icap::payload_t::res_header |
response header