handler

package
v0.2.4 Latest Latest
Warning

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

Go to latest
Published: Mar 10, 2023 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const TEMPLATE = `{{ .Req.Method }} {{ .Req.URL.String }} {{ .Req.Proto }}
{{ .Headers }}
{{ .Body }}`

Variables

This section is empty.

Functions

func SetLogger

func SetLogger(log zerolog.Logger) optionFunc

func SetPrefix

func SetPrefix(prefix string) optionFunc

Types

type Service

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

func NewService

func NewService(optionFuncs ...optionFunc) *Service

func (*Service) ServeHTTP added in v0.2.2

func (s *Service) ServeHTTP(w http.ResponseWriter, r *http.Request)

Jump to

Keyboard shortcuts

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