httpx

package
v1.12.0 Latest Latest
Warning

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

Go to latest
Published: May 29, 2024 License: MIT Imports: 6 Imported by: 1

Documentation

Index

Constants

View Source
const DefaultTimeout = 30 * time.Second

Variables

This section is empty.

Functions

func CanonicalURLPath

func CanonicalURLPath(path string) string

func NewHTTPClient

func NewHTTPClient() *http.Client

NewHTTPClient creates a new http client with timeout.

Types

type Server

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

Server provides functionality to start HTTP server with a cancelable context.

func NewServer

func NewServer(log logrus.FieldLogger, addr string, handler http.Handler) *Server

NewServer creates a new HTTP server.

func (*Server) Serve

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

Serve starts the HTTP server and blocks unil the channel is closed or an error occurs.

Jump to

Keyboard shortcuts

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