httpserver

package
v0.8.0 Latest Latest
Warning

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

Go to latest
Published: Mar 30, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package httpserver implements HTTP server.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Option

type Option func(*Server)

Option - Type

func Port

func Port(port string) Option

Port -

func ReadTimeout

func ReadTimeout(timeout time.Duration) Option

ReadTimeout -

func ShutdownTimeout

func ShutdownTimeout(timeout time.Duration) Option

ShutdownTimeout -.

func WriteTimeout

func WriteTimeout(timeout time.Duration) Option

WriteTimeout -.

type Server

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

Server - Structure for server instance

func New

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

New - Creates new server instance

func (*Server) Notify

func (s *Server) Notify() <-chan error

Notify - Server notify

func (*Server) Run

func (s *Server) Run()

func (*Server) Shutdown

func (s *Server) Shutdown() error

Shutdown - shutdown the server

Jump to

Keyboard shortcuts

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