httpserver

package
v1.5.17 Latest Latest
Warning

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

Go to latest
Published: Jun 19, 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 added in v1.5.0

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

func TLSConfig added in v1.5.0

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 added in v1.5.0

type Opt func(*opt) error

func WithReadTimeout added in v1.5.0

func WithReadTimeout(v time.Duration) Opt

Set the read timeout for the HTTP server

func WithWriteTimeout added in v1.5.0

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