Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPServer ¶
type HTTPServer struct {
// contains filtered or unexported fields
}
func (*HTTPServer) ListenAddr ¶
func (s *HTTPServer) ListenAddr() net.Addr
func (*HTTPServer) ListenAndServe ¶
func (s *HTTPServer) ListenAndServe() error
type Option ¶
type Option func(*HTTPServer) error
func WithHandler ¶
func WithReadTimeout ¶
func WithReadySignal ¶
func WithShutdownTimeout ¶
func WithWriteTimeout ¶
Click to show internal directories.
Click to hide internal directories.