public byte[] URLtoByteArray(Http.Options options) throws IOException {
   return URLtoByteArray(
       options.getLocation(),
       options.getMethod(),
       options.getHeaders(),
       options.getCookies(),
       options.getAuth(),
       options.getBody(),
       options.getFileParts(),
       options.getParts(),
       options.getResponse(),
       options.isFollowRedirects());
 }