Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct { Port v2net.Port PathHandler map[string]http.HandlerFunc // contains filtered or unexported fields }
func (*Server) ServeHTTP ¶
func (server *Server) ServeHTTP(resp http.ResponseWriter, req *http.Request)
func (*Server) Start ¶
func (server *Server) Start() (v2net.Destination, error)
Click to show internal directories.
Click to hide internal directories.