Public Attributes | |
char * | resp_hdrs = nullptr |
size_t | respHdrsSz = 0 |
char * | entity_hdrs = nullptr |
size_t | entityHdrsSz = 0 |
char * | cache_hdrs = nullptr |
size_t | cacheHdrsSz = 0 |
Private Member Functions | |
MEMPROXY_CLASS (htcpDetail) | |
Detailed Description
Member Function Documentation
◆ MEMPROXY_CLASS()
|
private |
Member Data Documentation
◆ cache_hdrs
char* htcpDetail::cache_hdrs = nullptr |
Definition at line 175 of file htcp.cc.
Referenced by htcpBuildDetail(), htcpHandleTstResponse(), htcpTstReply(), and htcpUnpackDetail().
◆ cacheHdrsSz
size_t htcpDetail::cacheHdrsSz = 0 |
Definition at line 176 of file htcp.cc.
Referenced by htcpBuildDetail(), htcpHandleTstResponse(), htcpTstReply(), and htcpUnpackDetail().
◆ entity_hdrs
char* htcpDetail::entity_hdrs = nullptr |
Definition at line 172 of file htcp.cc.
Referenced by htcpBuildDetail(), htcpHandleTstResponse(), htcpTstReply(), and htcpUnpackDetail().
◆ entityHdrsSz
size_t htcpDetail::entityHdrsSz = 0 |
Definition at line 173 of file htcp.cc.
Referenced by htcpBuildDetail(), htcpHandleTstResponse(), htcpTstReply(), and htcpUnpackDetail().
◆ resp_hdrs
char* htcpDetail::resp_hdrs = nullptr |
Definition at line 169 of file htcp.cc.
Referenced by htcpBuildDetail(), htcpHandleTstResponse(), htcpTstReply(), and htcpUnpackDetail().
◆ respHdrsSz
size_t htcpDetail::respHdrsSz = 0 |
Definition at line 170 of file htcp.cc.
Referenced by htcpBuildDetail(), htcpHandleTstResponse(), htcpTstReply(), and htcpUnpackDetail().
The documentation for this class was generated from the following file:
- src/htcp.cc