package
1.8.0-rc2
Repository: https://github.com/threefoldtech/grid_proxy_server.git
Documentation: pkg.go.dev

# Functions

Accepted response.
AsHandlerFunc is a helper wrapper to make implementing actions easier.
AsProxyHandlerFunc returns the response in `_, response`, and proxy the http response in `response, nil`.
BadGateway result.
BadRequest result.
Conflict response.
Created return a created response.
Error generic error response.
Forbidden response.
NoContent response.
NotFound response.
Ok return a ok response.
PaymentRequired result.
UnAuthorized response.
Unavailable returned when server is too busy.

# Interfaces

Response interface.

# Type aliases

Action interface.
ProxyAction interface.