package skip
import "github.com/google/martian/v3/skip"
Package skip provides a request modifier to skip the HTTP round-trip.
Index ¶
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.
func (*RoundTrip) ModifyRequest ¶
ModifyRequest skips the request round-trip.
Source Files ¶
- Version
- v3.3.3 (latest)
- Published
- Aug 16, 2022
- Platform
- js/wasm
- Imports
- 4 packages
- Last checked
- 6 hours ago –
Tools for package owners.