bitz-server  2.0.3
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

◆ ieof

bool icap::payload_t::ieof

boolen flag to store the presence of "ieof"

◆ req_body

std::string icap::payload_t::req_body

request body

◆ req_header

std::string icap::payload_t::req_header

request header

◆ res_body

std::string icap::payload_t::res_body

response body

◆ res_header

std::string icap::payload_t::res_header

response header