google / go-safeweb

Secure-by-default HTTP servers in Go.
Apache License 2.0
1.43k stars 81 forks source link

Add an After stage to the interceptor flow #320

Open kele opened 3 years ago

kele commented 3 years ago

Currently, interceptors can only know what happened before the Dispatcher has run. In particular, any kind of time measurements or status code logging is impossible.