File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -354,6 +354,7 @@ with `net/http` can be used with chi's mux.
354
354
| [ RouteHeaders] | Route handling for request headers |
355
355
| [ SetHeader] | Short-hand middleware to set a response header key/value |
356
356
| [ StripSlashes] | Strip slashes on routing paths |
357
+ | [ Sunset] | Sunset set Deprecation/Sunset header to response |
357
358
| [ Throttle] | Puts a ceiling on the number of concurrent requests |
358
359
| [ Timeout] | Signals to the request context when the timeout deadline is reached |
359
360
| [ URLFormat] | Parse extension from url and put it on request context |
@@ -380,6 +381,7 @@ with `net/http` can be used with chi's mux.
380
381
[ RouteHeaders ] : https://pkg.go.dev/github.com/go-chi/chi/middleware#RouteHeaders
381
382
[ SetHeader ] : https://pkg.go.dev/github.com/go-chi/chi/middleware#SetHeader
382
383
[ StripSlashes ] : https://pkg.go.dev/github.com/go-chi/chi/middleware#StripSlashes
384
+ [ Sunset ] : https://pkg.go.dev/github.com/go-chi/chi/v5/middleware#Sunset
383
385
[ Throttle ] : https://pkg.go.dev/github.com/go-chi/chi/middleware#Throttle
384
386
[ ThrottleBacklog ] : https://pkg.go.dev/github.com/go-chi/chi/middleware#ThrottleBacklog
385
387
[ ThrottleWithOpts ] : https://pkg.go.dev/github.com/go-chi/chi/middleware#ThrottleWithOpts
You can’t perform that action at this time.
0 commit comments