package
0.5.0
Repository: https://github.com/jsiebens/faas-nomad.git
Documentation: pkg.go.dev

# Functions

NewHandlerFunc creates a standard http.HandlerFunc to proxy function requests.
NewProxyClient creates a new http.Client designed for proxying requests, this is exposed as a convenience method for internal or advanced uses.
NewProxyClientFromConfig creates a new http.Client designed for proxying requests and enforcing certain minimum configuration values.

# Interfaces

BaseURLResolver URL resolver for proxy requests The FaaS provider implementation is responsible for providing the resolver function implementation.