# 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.