bodylmt

package
v0.0.0-...-ce8de81 Latest Latest
Warning

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

Go to latest
Published: Sep 25, 2023 License: MIT Imports: 7 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// ErrRequestEntityTooLarge is thrown when a body size is bigger then the limit specified
	ErrRequestEntityTooLarge = errors.New(http.StatusRequestEntityTooLarge, http.StatusText(http.StatusRequestEntityTooLarge))
)

Functions

func NewBodyLimitMiddleware

func NewBodyLimitMiddleware(limit string) func(http.Handler) http.Handler

NewBodyLimitMiddleware creates a new body limit middleware

Types

type Config

type Config struct {
	Limit string `json:"limit"`
}

Config represents the Body Limit configuration

Jump to

Keyboard shortcuts

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