12345678910111213141516171819202122232425262728(**************************************************************************)(* *)(* Copyright 2018-2022 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. *)(* *)(**************************************************************************)moduleBase=Cohttp_base.Make(Cohttp_lwt_unix.Client)let()=letcbv=ifvland4<>0thenCohttp_lwt_unix.Debug.activate_debug()inVerbose.callback:=cb;cb!Verbose.vmoduleInterface=structletget?meth?headers?msgurl=Base.get?meth?headers?msgurlletpost?meth?content_type?content?headers?msgurl=Base.post?meth?content_type?content?headers?msgurlendincludeEzRequest_lwt.Make(Interface)