proxy

package
v2.8.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 23, 2020 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HttpClient

type HttpClient interface {
	Do(req *http.Request) (*http.Response, error)
}

type Proxy

type Proxy struct {
	URL    string
	Client HttpClient
}

Proxy calls to real service

func (*Proxy) MakeRequest

func (pr *Proxy) MakeRequest(request *mock.Request) *mock.Response

MakeRequest creates a real request to the desired service using data from the original request

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL