SafeHandlerCallback
Description:
[
Version ( since =
"0.3" ) ]
public delegate bool SafeHandlerCallback (
Request req,
Response res,
SafeNextCallback next,
Context ctx)
throws Informational,
Success,
Redirection,
ClientError,
ServerError
Define a kind of Valum.HandlerCallback which may only raise status codes so
that other errors have to be explicitly handled.