Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RequestInfo ¶ added in v3.2.0
type RequestInfo struct { // Type is the type of the request. Type string // URL is the URL of the request. URL string // Timestamp is the timestamp of the request. Timestamp time.Time // ResponseReceivedTimestamp is the timestamp of the response received. ResponseReceivedTimestamp time.Time // ResponseFinishedTimestamp is the timestamp of the response finished. ResponseFinishedTimestamp time.Time }
RequestInfo represents a request info.
Click to show internal directories.
Click to hide internal directories.