# Functions
No description provided by the author
Count counts the bytes, words and lines in the body.
Mark runs all responses through filters and sets the Hide attribute if a filter matches.
NewFilterSize returns an initialized FilterSize.
NewFilterStatusCode returns a filter based on HTTP status code.
NewRunner returns a new runner to execute HTTP requests.
NewTransport creates a new shared transport for clients to use.
# Constants
DefaultConnectTimeout limits how long the TCP connection setup can take.
DefaultMaxBodySize is the default size for peeking at the body to extract strings via regexp.
DefaultResponseHeaderTimeout limits the time until the first HTTP response header must have been received.
DefaultTLSHandshakeTimeout limits the time until a TLS connection must be established.
# Structs
Extracter collects data from interesting (non-hidden) responses.
FilterAcceptPattern filters responses based on patterns (header and body are matched).
FilterRejectPattern filters responses based on patterns (header and body are matched).
FilterSize hides responses based on a size.
FilterStatusCode hides responses based on the HTTP status code.
No description provided by the author
Response is an HTTP response.
Runner executes HTTP requests.
TextStats reports statistics about some text.
No description provided by the author
# Interfaces
Filter decides whether to reject a Response.