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:

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 More...
 
MessageSizes clientReplySz
 counters for the response sent to client More...
 

Detailed Description

Definition at line 91 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:

 

Introduction

Documentation

Support

Miscellaneous

Web Site Translations

Mirrors