#Equivalent to after_request that works for 404s &c?
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
I have code filling out some local headers using after_request for the root router. This works fine, except when a request is determined not to have any usable handler at all.
What should I be using instead?