Documentation
¶
Overview ¶
Package proxy implements HTTP request proxying.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Repository ¶
type Repository struct {
// contains filtered or unexported fields
}
Repository proxies HTTP requests to upstream services.
func New ¶
func New(client *http.Client) *Repository
New creates a proxy Repository with the given HTTP client.
Click to show internal directories.
Click to hide internal directories.