v0.2.0
版本发布时间: 2016-05-10 22:18:25
urfave/negroni最新发布版本:v3.1.1(2024-06-05 06:25:51)
Added
- Support for variadic handlers in
New()
- Added
Negroni.Handlers()
to fetch all of the handlers for a given chain - Allowed size in
Recovery
handler was bumped to 8k -
Negroni.UseFunc
to push another handler onto the chain
Changed
- Set the status before calling
beforeFuncs
so the information is available to them - Set default status to
200
in the case that no handler writes status -- was previously0
- Panic if
nil
handler is given tonegroni.Use