Module EzAPIServerUtils.AnswerSource
Sourcetype 'a t = {code : int;body : 'a;
} Sourceval return : ?code:int -> ?headers:(string * string) list -> 'a -> 'a t Lwt.t Sourceval not_found : unit -> string t Lwt.t Sourceval method_not_allowed : unit -> string t Lwt.t Sourceval destruct_exception : exn -> string t Lwt.t Sourceval server_error : exn -> string t Lwt.t