Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func (*Server) AddSubServer ¶
func (*Server) ListenAndServe ¶
type TestSubServer ¶
type TestSubServer struct{}
func (*TestSubServer) MainHandler ¶
func (tss *TestSubServer) MainHandler(w http.ResponseWriter, r *http.Request)
func (*TestSubServer) ServeHTTP ¶
func (tss *TestSubServer) ServeHTTP(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.