|
Squid Web Cache master
|
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) | |
|
private |
| char* htcpDetail::cache_hdrs = nullptr |
Definition at line 177 of file htcp.cc.
Referenced by htcpBuildDetail(), htcpHandleTstResponse(), and htcpTstReply().
| size_t htcpDetail::cacheHdrsSz = 0 |
Definition at line 178 of file htcp.cc.
Referenced by htcpBuildDetail(), htcpHandleTstResponse(), and htcpTstReply().
| char* htcpDetail::entity_hdrs = nullptr |
Definition at line 174 of file htcp.cc.
Referenced by htcpBuildDetail(), htcpHandleTstResponse(), and htcpTstReply().
| size_t htcpDetail::entityHdrsSz = 0 |
Definition at line 175 of file htcp.cc.
Referenced by htcpBuildDetail(), htcpHandleTstResponse(), and htcpTstReply().
| char* htcpDetail::resp_hdrs = nullptr |
Definition at line 171 of file htcp.cc.
Referenced by htcpBuildDetail(), htcpHandleTstResponse(), and htcpTstReply().
| size_t htcpDetail::respHdrsSz = 0 |
Definition at line 172 of file htcp.cc.
Referenced by htcpBuildDetail(), htcpHandleTstResponse(), and htcpTstReply().