Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HTTPServer ¶
type HTTPServer struct{}
HTTPServer represents an actual server implementation.
func (*HTTPServer) ListenAndServe ¶
func (s *HTTPServer) ListenAndServe(host string, router http.Handler) error
ListenAndServe starts the server using the standard Go HTTP server implementation.
Click to show internal directories.
Click to hide internal directories.