package piaf

  1. Overview
  2. Docs
type 'ctx ctx = {
  1. ctx : 'ctx;
  2. request : Request.t;
}
type 'ctx t = ('ctx ctx, Response.t) Service.t
val not_found : 'a -> Response.t Lwt.t