mrchi

package
v0.28.2 Latest Latest
Warning

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

Go to latest
Published: Nov 24, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func URLPathParam

func URLPathParam(r *http.Request, name string) string

URLPathParam - comment func.

Types

type RouterAdapter

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

RouterAdapter - comment struct.

func New

func New(
	logger mrlog.Logger,
	adapterFunc func(next mrserver.HttpHandlerFunc) http.HandlerFunc,
	notFoundFunc http.HandlerFunc,
	methodNotAllowedFunc http.HandlerFunc,
) *RouterAdapter

New - создаёт объект RouterAdapter.

func (*RouterAdapter) HandlerFunc

func (rt *RouterAdapter) HandlerFunc(method, path string, handler http.HandlerFunc)

HandlerFunc - comment method.

func (*RouterAdapter) Register

func (rt *RouterAdapter) Register(controllers ...mrserver.HttpController)

Register - comment method.

func (*RouterAdapter) RegisterMiddleware

func (rt *RouterAdapter) RegisterMiddleware(handlers ...func(next http.Handler) http.Handler)

RegisterMiddleware - comment method.

func (*RouterAdapter) ServeHTTP

func (rt *RouterAdapter) ServeHTTP(w http.ResponseWriter, r *http.Request)

ServeHTTP - comment method.

Jump to

Keyboard shortcuts

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