Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { MinElaspsedTimeInMs int `config:"min_elapsed_time_in_ms"` MaxRequestBodySize int `config:"max_request_body_size"` MaxResponseBodySize int `config:"max_response_body_size"` SaveBulkDetails bool `config:"bulk_stats_details"` FormatHeaderKey bool `config:"format_header_keys"` RemoveAuthHeaderKey bool `config:"remove_authorization"` QueueName string `config:"queue_name"` }
type RequestLogging ¶
type RequestLogging struct {
// contains filtered or unexported fields
}
func (*RequestLogging) Filter ¶
func (this *RequestLogging) Filter(ctx *fasthttp.RequestCtx)
func (*RequestLogging) Name ¶
func (this *RequestLogging) Name() string
type RequestRecord ¶
type RequestRecord struct { QueueName string `config:"queue_name"` FileName string `config:"filename"` Verbose bool `config:"stdout"` }
func (*RequestRecord) Filter ¶
func (this *RequestRecord) Filter(ctx *fasthttp.RequestCtx)
func (*RequestRecord) Name ¶
func (this *RequestRecord) Name() string
Click to show internal directories.
Click to hide internal directories.