View Source erf_postprocess_middleware behaviour (erf v0.1.2)
erf
's postprocessing middlewares.
Summary
Types
-type t() :: module().
Callbacks
-callback postprocess(Request, Response) -> Result when Request :: erf:request(), Response :: erf:response(), Result :: erf:response() | {erf:request(), erf:response()}.