Documentation ¶
Overview ¶
Package skip provides a request modifier to skip the HTTP round-trip.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RoundTrip ¶
type RoundTrip struct{}
RoundTrip is a modifier that skips the request round-trip.
func NewRoundTrip ¶
func NewRoundTrip() *RoundTrip
NewRoundTrip returns a new modifier that skips round-trip.
Click to show internal directories.
Click to hide internal directories.