12345678910111213141516171819(**************************************************************************)(* *)(* Copyright 2018-2023 OCamlPro *)(* *)(* All rights reserved. This file is distributed under the terms of the *)(* GNU Lesser General Public License version 2.1, with the special *)(* exception on linking described in the file LICENSE. *)(* *)(**************************************************************************)moduleInterface=structletget?meth:_?headers:_?msg:__url=Lwt.return@@Error(-2,Some"No http client loaded")letpost?meth:_?content_type:_?content:_?headers:_?msg:__url=Lwt.return@@Error(-2,Some"No http client loaded")endincludeEzRequest_lwt.Make(Interface)