Home
last modified time | relevance | path

Searched defs:Interceptor (Results 1 – 1 of 1) sorted by relevance

/prebuilts/go/linux-x86/src/cmd/go/internal/web/
Dhttp.go75 type Interceptor struct { struct
76 Scheme string
77 FromHost string
78 ToHost string
79 Client *http.Client
82 func EnableTestHooks(interceptors []Interceptor) error {