Documentation
¶
Index ¶
- type Call
- type Server
- func (s *Server) BaseURL() string
- func (s *Server) Calls(path string) []Call
- func (s *Server) Handle(pattern string, handler http.Handler)
- func (s *Server) HandleFunc(pattern string, handler func(http.ResponseWriter, *http.Request))
- func (s *Server) Listener() net.Listener
- func (s *Server) Run()
- func (s *Server) URL(path string) string
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) HandleFunc ¶
Click to show internal directories.
Click to hide internal directories.