package
1.2.1
Repository: https://github.com/contextgg/requester.git
Documentation: pkg.go.dev

# Functions

Dump writes requests and responses to the writer.
DumpTo wraps an http.Handler in a new handler.
DumpToLog writes requests and responses to a logging function.
DumpToStdout writes requests and responses to os.Stdout.
Inspect installs and returns an Inspector.
NewInspector creates a new Inspector with the requested channel buffer size.
Requester creates a Requester instance which is pre-configured to send requests to the test server.

# Structs

Exchange is a snapshot of one request/response exchange with the server.
Inspector is server-side middleware which captures server exchanges in a buffer.