Versions in this module Expand all Collapse all v0 v0.8.3 Apr 19, 2016 Changes in this version + type Server struct + URL string + func New() *Server + func StartNewWithBody(body string) *Server + func StartNewWithFile(file string) *Server + func StartNewWithStatusCode(status int) *Server + func (s *Server) Enqueue(h http.HandlerFunc) + func (s *Server) ServeHTTP(w http.ResponseWriter, r *http.Request) + func (s *Server) Start() string + func (s *Server) Stop() + func (s *Server) TakeRequest() *http.Request + func (s *Server) TakeRequestWithTimeout(duration time.Duration) *http.Request