I would request that a field for the response code is added toCPLHTTPResult. That would indeed make sense to have a nHTTPResponseCode member in CPLHTTPResult. Contribution welcome. Even more welcome, if you could at the same time clean up a few drivers that happen to parse the current e...
return (new SmsMultiSenderResult()).parseFromHTTPResponse(res); } catch (URISyntaxException e) { throw new RuntimeException("API url has been modified, current url: " + url); origin: qcloudsms/qcloudsms_java SmsMultiSender.send(...) return (new SmsMultiSenderResult()).parseFromHTTPRespons...