Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EchoServer ¶
type EchoServer struct { }
func NewEchoServer ¶
func NewEchoServer() *EchoServer
func (EchoServer) ServeHTTP ¶
func (s EchoServer) ServeHTTP(w http.ResponseWriter, req *http.Request)
type ProxiesHttp ¶
type ProxiesHttp interface {
ServeHTTP(w http.ResponseWriter, req *http.Request)
}
Click to show internal directories.
Click to hide internal directories.