httpserver

package
v1.5.16 Latest Latest
Warning

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

Go to latest
Published: Jun 14, 2025 License: Apache-2.0 Imports: 15 Imported by: 1

Documentation

Index

Constants

View Source
const (
	PemTypePrivateKey  = "PRIVATE KEY"
	PemTypeCertificate = "CERTIFICATE"
)

Variables

This section is empty.

Functions

func New

func New(listen string, router http.Handler, cert *tls.Config, opts ...Opt) (*server, error)

func TLSConfig

func TLSConfig(name string, verify bool, files ...string) (*tls.Config, error)

Create a new TLS configuration object from the certificate and key files

Types

type Opt

type Opt func(*opt) error

func WithReadTimeout

func WithReadTimeout(v time.Duration) Opt

Set the read timeout for the HTTP server

func WithWriteTimeout

func WithWriteTimeout(v time.Duration) Opt

Set the write timeout for the HTTP server

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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