Module Server.Handler
type 'ctx ctx
=
{
ctx : 'ctx;
request : Request.t;
}
type 'ctx t
= ('ctx ctx, Response.t) Service.t
val not_found : 'a -> Response.t Lwt.t
Server.Handler
type 'ctx ctx
=
{
ctx : 'ctx; |
request : Request.t; |
}
type 'ctx t
= ('ctx ctx, Response.t) Service.t
val not_found : 'a -> Response.t Lwt.t