fasthttpx

package
v1.1.1 Latest Latest
Warning

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

Go to latest
Published: Nov 20, 2020 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TLSTcpServer

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

func NewTLSTcpServer

func NewTLSTcpServer(h fasthttp.RequestHandler, certFile, keyFile string) *TLSTcpServer

func (*TLSTcpServer) Close

func (s *TLSTcpServer) Close() error

func (*TLSTcpServer) Listen

func (s *TLSTcpServer) Listen(addr string) error

func (*TLSTcpServer) Serve

func (s *TLSTcpServer) Serve() error

type TcpServer

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

func NewTcpServer

func NewTcpServer(h fasthttp.RequestHandler) *TcpServer

func (*TcpServer) Close

func (s *TcpServer) Close() error

func (*TcpServer) Listen

func (s *TcpServer) Listen(addr string) error

func (*TcpServer) Serve

func (s *TcpServer) Serve() error

type UnixServer

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

func NewUnixServer

func NewUnixServer(h fasthttp.RequestHandler) *UnixServer

func (*UnixServer) Close

func (s *UnixServer) Close() error

func (*UnixServer) Listen

func (s *UnixServer) Listen(addr string) error

func (*UnixServer) Serve

func (s *UnixServer) Serve() error

Jump to

Keyboard shortcuts

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