common

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: May 9, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HTTPHandler

type HTTPHandler interface {
	Path() string
	Method() string
	Handler() HTTPRequestHandler
}

HTTPHandler is an HTTP handler descriptor containing the context path, method, and request handler.

type HTTPRequestHandler

type HTTPRequestHandler func(http.ResponseWriter, *http.Request)

HTTPRequestHandler is an HTTP handler.

Jump to

Keyboard shortcuts

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