middleware

package
v0.53.0 Latest Latest
Warning

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

Go to latest
Published: May 12, 2026 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MiddlewareFn

type MiddlewareFn func(http.Handler) http.Handler

func BuildRequestLevelMiddleware

func BuildRequestLevelMiddleware(processReq ProcessReqFn, maxReqbodyMB int) (MiddlewareFn, error)

type ProcessReqFn

type ProcessReqFn func(*http.Request) error

type ProcessResFn

type ProcessResFn func(data []byte, headers http.Header, httpCode int) error

Jump to

Keyboard shortcuts

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