rhttp

package
v1.28.0 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2024 License: Apache-2.0 Imports: 12 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func InitServices added in v1.25.0

func InitServices(ctx context.Context, services map[string]config.ServicesConfig) (map[string]global.Service, error)

Types

type Config added in v1.25.0

type Config func(*Server)

func WithCertAndKeyFiles added in v1.25.0

func WithCertAndKeyFiles(cert, key string) Config

func WithLogger added in v1.25.0

func WithLogger(log zerolog.Logger) Config

func WithMiddlewares added in v1.25.0

func WithMiddlewares(middlewares []global.Middleware) Config

func WithServices added in v1.25.0

func WithServices(services map[string]global.Service) Config

type Server

type Server struct {
	Services map[string]global.Service // map key is service name
	CertFile string
	KeyFile  string
	// contains filtered or unexported fields
}

Server contains the server info.

func New

func New(c ...Config) (*Server, error)

New returns a new server.

func (*Server) Address

func (s *Server) Address() string

Address returns the network address.

func (*Server) GracefulStop

func (s *Server) GracefulStop() error

GracefulStop gracefully stops the server.

func (*Server) Network

func (s *Server) Network() string

Network return the network type.

func (*Server) Start

func (s *Server) Start(ln net.Listener) error

Start starts the server.

func (*Server) Stop

func (s *Server) Stop() error

Stop stops the server.

Directories

Path Synopsis
Package datatx provides a library to abstract the complexity of using various data transfer protocols.
Package datatx provides a library to abstract the complexity of using various data transfer protocols.
utils/download
Package download provides a library to handle file download requests.
Package download provides a library to handle file download requests.

Jump to

Keyboard shortcuts

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