Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interceptor ¶
type Interceptor struct {
	// contains filtered or unexported fields
}
    func NewInterceptor ¶
func NewInterceptor(origTransport http.RoundTripper) *Interceptor
func (*Interceptor) AddInterceptorFunc ¶
func (i *Interceptor) AddInterceptorFunc(url string, f InterceptFunc)
func (*Interceptor) Cleanup ¶
func (i *Interceptor) Cleanup()
 Click to show internal directories. 
   Click to hide internal directories.