Package | Description |
---|---|
com.dropbox.core | |
com.dropbox.core.http |
Modifier and Type | Method and Description |
---|---|
static HttpRequestor.Uploader |
DbxRequestUtil.startPut(DbxRequestConfig requestConfig,
String accessToken,
String host,
String path,
String[] params,
ArrayList<HttpRequestor.Header> headers)
Convenience function for making HTTP PUT requests.
|
Modifier and Type | Method and Description |
---|---|
abstract HttpRequestor.Uploader |
HttpRequestor.startPost(String url,
Iterable<HttpRequestor.Header> headers) |
abstract HttpRequestor.Uploader |
HttpRequestor.startPut(String url,
Iterable<HttpRequestor.Header> headers) |
Copyright © 2014. All rights reserved.