Documentation
¶
Index ¶
Constants ¶
View Source
const ( RefererTag = "referer" UserAgentTag = "user_agent" IPTag = "ip" IPsTag = "ips" LatencyTag = "latency" LatencyHumanTag = "latency_human" StatusTag = "status" PathTag = "path" UrlTag = "url" MethodTag = "method" BodyTag = "body" BytesReceivedTag = "bytes_received" BytesSentTag = "bytes_sent" RequestHeadersTag = "request_headers" QueryStringTag = "query_string" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Filter func(*fiber.Ctx) bool CustomAttr []CustomFunc BuiltinAttrs []string Logger *slog.Logger }
type CustomFunc ¶
Click to show internal directories.
Click to hide internal directories.