Module Morph_client
let handle: Opium_core.Service.t(Morph.Request.t, Morph.Response.t);
handle request
is aOpium_core.Service.t
that takes aMorph.Request.t
and returns aMorph.Response.t
wrapped in aLwt.t
.let handle: Morph.Request.t => Lwt.t(Morph.Response.t)