Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RemoteProxyRouter ¶
type RemoteProxyRouter struct {
// contains filtered or unexported fields
}
RemoteProxyRouter handles incoming http requests
func CreateRemoteProxy ¶
func CreateRemoteProxy(ctx context.Context) (*RemoteProxyRouter, error)
CreateRemoteProxy creates a remote proxy instance
func (*RemoteProxyRouter) ServeHTTP ¶
func (r *RemoteProxyRouter) ServeHTTP(w http.ResponseWriter, req *http.Request)
Default http handler callback which will route to appropriate handler internally
Click to show internal directories.
Click to hide internal directories.