Squid Web Cache v8/master
Loading...
Searching...
No Matches
AccessLogEntry::HttpDetails Class Reference

This subclass holds log info for HTTP protocol TODO: Inner class declarations should be moved outside TODO: details of HTTP held in the parent class need moving into here. More...

#include <AccessLogEntry.h>

Collaboration diagram for AccessLogEntry::HttpDetails:
[legend]

Public Attributes

HttpRequestMethod method
 
int code = 0
 
const char * content_type = nullptr
 
AnyP::ProtocolVersion version
 
MessageSizes clientRequestSz
 counters for the original request received from client
 
MessageSizes clientReplySz
 counters for the response sent to client
 

Detailed Description

Definition at line 88 of file AccessLogEntry.h.

Member Data Documentation

◆ clientReplySz

◆ clientRequestSz

MessageSizes AccessLogEntry::HttpDetails::clientRequestSz

◆ code

◆ content_type

const char* AccessLogEntry::HttpDetails::content_type = nullptr

◆ method

HttpRequestMethod AccessLogEntry::HttpDetails::method

◆ version


The documentation for this class was generated from the following file: