Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HTTPStats ¶
type HTTPStats struct { Start time.Time StatusCodes map[int]int InvalidInputData map[string][]string Errors int Responses int ShownResponses int Count int // contains filtered or unexported fields }
HTTPStats collects statistics about several HTTP responses.
type Reporter ¶
type Reporter struct {
// contains filtered or unexported fields
}
Reporter prints the Responses to a terminal.
Click to show internal directories.
Click to hide internal directories.