| Method and Description |
|---|
| unirest.HttpRequest.asBinary()
This method returns a copy of the original stream and is not suitable for streaming. Use asObject(Function<RawResponse, T> function)
|
| unirest.HttpRequest.asBinaryAsync()
This method returns a copy of the original stream and is not suitable for streaming. Use asObjectAsync(Function<RawResponse, T> function)
|
| unirest.HttpRequest.asBinaryAsync(Callback<InputStream>)
This method returns a copy of the original stream and is not suitable for streaming. Use asObjectAsync(Function<RawResponse, T> function)
|
| unirest.MultipartBody.field(String, byte[], ContentType, String)
org.apache.http.entity.ContentType will be replaced by a Unirest owned class that behaves similarly
|
| unirest.MultipartBody.field(String, InputStream, ContentType)
org.apache.http.entity.ContentType will be replaced by a Unirest owned class that behaves similarly
|
| unirest.MultipartBody.field(String, InputStream, ContentType, String)
org.apache.http.entity.ContentType will be replaced by a Unirest owned class that behaves similarly
|
| unirest.HttpRequest.getBody() |
| unirest.AsyncClient.getClient()
Eventually the apache implementation will be hidden and other implementation wi be available
|
| unirest.Client.getClient()
Eventually the apache implementation will be hidden and other implementation wi be available
|
| unirest.Body.getEntity() |
| unirest.HttpResponse.getRawBody()
this method is redundant and not the original stream. Use the functional asObject methods.
|
| unirest.HttpResponse.mapRawBody(Function<InputStream, V>) |
| unirest.MultipartBody.mode(HttpMultipartMode)
Apache will be made a module in the future.
|
| unirest.MultipartBody.mode(String)
Apache will be made a module in the future.
|
Copyright © 2019. All rights reserved.