Documentation ¶
Overview ¶
Package debugging provides a debugging view of the HTTP protocol.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RequestSummary ¶
type RequestSummary struct { Client Address Server Address DNS string Path string Method string ByStatus map[uint16]Stats StaticTags uint64 DynamicTags []string }
RequestSummary represents a (debug-friendly) aggregated view of requests matching a (client, server, path, method) tuple
Click to show internal directories.
Click to hide internal directories.