httpserver

package
v0.0.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 6, 2023 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Option

type Option func(s *Server)

func ErrorLogger

func ErrorLogger(log *log.Logger) Option

func Port

func Port(port string) Option

func ReadTimeout

func ReadTimeout(timeout time.Duration) Option

func ShutdownTimeout

func ShutdownTimeout(timeout time.Duration) Option

func WriteTimeout

func WriteTimeout(timeout time.Duration) Option

type Server

type Server struct {
	// contains filtered or unexported fields
}

func New

func New(ctx context.Context, handler http.Handler, opts ...Option) *Server

New creates a new http server.

func (*Server) Run

func (s *Server) Run(ctx context.Context) error

Run starts the server. If context is cancelled, the server will be gracefully shutdown.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL