Source file middleware_error.ml

1
2
3
let m () =
  let filter handler req = handler req in
  Middleware_core.create ~name:"error handler" filter