Module Server.Handler

type 'ctx ctx = {
ctx : 'ctx;
request : Request.t;
}
type 'ctx t = ('ctx ctxResponse.t) Service.t
val not_found : 'a -> Response.t Lwt.t