package piaf

  1. Overview
  2. Docs
module Service : sig ... end
module Middleware : sig ... end
module Handler : sig ... end
module Error_response : sig ... end
type 'ctx ctx = 'ctx Handler.ctx = {
  1. ctx : 'ctx;
  2. request : Request.t;
}
type 'ctx t = 'ctx Handler.t