simple

package
v0.16.3 Latest Latest
Warning

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

Go to latest
Published: Apr 26, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Handler

type Handler func(*http.Request) *http.Response

type Router

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

func New added in v0.15.5

func New(handler, errHandler Handler) *Router

func (Router) Initialize added in v0.16.0

func (r Router) Initialize() router.Router

func (Router) OnError

func (r Router) OnError(request *http.Request, err error) *http.Response

func (Router) OnRequest

func (r Router) OnRequest(request *http.Request) *http.Response

Jump to

Keyboard shortcuts

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