示例#1
0
 public Response post(String url, String body, StringMap headers) throws QiniuException {
   return post(url, StringUtils.utf8Bytes(body), headers, DefaultMime);
 }
 private Response makeFile() throws QiniuException {
   String url = fileUrl();
   String s = StringUtils.join(contexts, ",");
   return post(url, StringUtils.utf8Bytes(s));
 }