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.Handlertype 'ctx ctx = {ctx : 'ctx; |
request : Request.t; |
}type 'ctx t = ('ctx ctx, Response.t) Service.tval not_found : 'a -> Response.t Lwt.t