Ezcurl_coreSourceMake a temporary client, call the function with it, then cleanup
type response = {code : int;headers : (string * string) list;body : string;info : response_info;}type meth = | GET| POST of Curl.curlHTTPPost list| PUT| DELETE| HEAD| CONNECT| OPTIONS| TRACE| PATCHThe HTTP method to use