Documentation ¶ Index ¶ type Server func NewServer(router router.Router) *Server func (h *Server) HandleRequest(client tcp.Client, req *http.Request, trans transport.Transport) (continue_ bool) func (h *Server) Run(client tcp.Client, req *http.Request, trans transport.Transport) 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 NewServer ¶ added in v0.12.0 func NewServer(router router.Router) *Server func (*Server) HandleRequest ¶ added in v0.12.0 func (h *Server) HandleRequest( client tcp.Client, req *http.Request, trans transport.Transport, ) (continue_ bool) func (*Server) Run ¶ func (h *Server) Run( client tcp.Client, req *http.Request, trans transport.Transport, ) Source Files ¶ View all Source files http.go Click to show internal directories. Click to hide internal directories.