# Functions
AddHTTPHandlerProvider adds a HTTPHandlerProvider used to create handlers for specified routes in any Proxy structs creates by New.
New creates a new Proxy object.
# Interfaces
A HTTPHandler implements http.Handler plus a Shutdown method.
# Type aliases
A HTTPHandlerProvider is a function that provides a HTTPHandler.