Versions in this module Expand all Collapse all v1 v1.0.1 Feb 16, 2024 v1.0.0 Jan 25, 2024 Changes in this version + type HTTPMainServer struct + func NewHTTPMainServer(m *testing.M) *HTTPMainServer + func (s *HTTPMainServer) Addr() string + func (s *HTTPMainServer) Cleanup() + func (s *HTTPMainServer) HandleFunc(pattern string, handler http.HandlerFunc) + type HTTPServer struct + func NewHTTPServer(t *testing.T) *HTTPServer + func (s *HTTPServer) Addr() string + func (s *HTTPServer) Cleanup() + func (s *HTTPServer) HandleFunc(pattern string, handler http.HandlerFunc)