bitz-server  0.1.6
Public Attributes | List of all members
icap::payload_t Struct Reference

#include <common.h>

Public Attributes

std::string req_header
 
std::string req_body
 
std::string res_header
 
std::string res_body
 
bool ieof
 

Detailed Description

Payload structure common to both requests and responses.

Member Data Documentation

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