Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HttpRequestHandler ¶
type HttpServer ¶
type HttpServer struct { Output chan error // contains filtered or unexported fields }
func New ¶
func New() *HttpServer
func (*HttpServer) HandleRequest ¶
HandleRequest forwards proxy request to the underlying HTTP server
func (*HttpServer) Proxy ¶
func (h *HttpServer) Proxy(stream httppb.Http_ProxyServer) error
func (*HttpServer) WorkerCount ¶
func (h *HttpServer) WorkerCount() int
Click to show internal directories.
Click to hide internal directories.