| 程序包 | 说明 |
|---|---|
| net.dongliu.requests |
The request package
|
| net.dongliu.requests.executor |
This package is only for internal use.
|
| 限定符和类型 | 方法和说明 |
|---|---|
RawResponse |
RawResponse.charset(Charset charset)
Set response read charset.
|
RawResponse |
RawResponse.charset(String charset)
Set response read charset.
|
RawResponse |
RawResponse.decompress(boolean decompress)
If decompress http response body.
|
@NonNull RawResponse |
Interceptor.intercept(Interceptor.InvocationTarget target,
Request request)
Intercept http request process.
|
@NonNull RawResponse |
Interceptor.InvocationTarget.proceed(Request request)
Process the request, and return response
|
RawResponse |
RequestBuilder.send()
build http request, and send out
|
RawResponse |
RawResponse.withCharset(Charset charset)
已过时。
use {
charset(Charset)} instead |
| 限定符和类型 | 方法和说明 |
|---|---|
@NonNull RawResponse |
HttpExecutor.proceed(Request request)
Process the request, and return response
|
Copyright © 2019. All rights reserved.