20 #ifndef ICAP_RESPONSE_H
21 #define ICAP_RESPONSE_H
24 #include "response_header.h"
32 Response( ResponseHeader::status_t status );
Definition: response.h:29
const payload_t & payload() const
Definition: response.cpp:76
ResponseHeader *const header() const
Definition: response.cpp:61