Documentation ¶
Overview ¶
Package httpproxy is a package that provides a http proxy for the app.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Http ¶
type Http interface {
Get(url string) (*ResponseInstance, error)
}
Http is an interface for http.
type ResponseInstance ¶
ResponseInstance is a struct that implements ResponseInstanceInterface.
type ResponseInstanceInterface ¶
type ResponseInstanceInterface interface{}
ResponseInstanceInterface is an interface for http.Response.
Click to show internal directories.
Click to hide internal directories.