package
0.0.0-20220929094001-23502873e7ff
Repository: https://github.com/openkruise/controllermesh.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
NewSingleHostReverseProxy returns a new ReverseProxy that routes URLs to the scheme, host, and base path provided in target.
No description provided by the author

# Structs

ReverseProxy is an HTTP Handler that takes an incoming request and sends it to another server, proxying the response back to the client.

# Interfaces

A BufferPool is an interface for getting and returning temporary byte slices for use by io.CopyBuffer.