public class HttpConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
private Charset |
charset
charset
|
private String |
contentType
contentType
|
private boolean |
encode
编码, url or form-data
|
private Interceptor |
interceptor |
private Proxy |
proxy
代理配置
|
private long |
timeout
超时时长,单位毫秒
|
| Constructor and Description |
|---|
HttpConfig() |
private Proxy proxy
private long timeout
private boolean encode
private Charset charset
private String contentType
private Interceptor interceptor
Copyright © 2022. All rights reserved.