| 程序包 | 说明 |
|---|---|
| com.litongjava.tio.utils.http |
| 限定符和类型 | 方法和说明 |
|---|---|
static ResponseVo |
HttpUtils.call(okhttp3.Request request) |
static ResponseVo |
ResponseVo.fail(okhttp3.Headers headers,
byte[] bytes) |
static ResponseVo |
ResponseVo.fail(okhttp3.Headers headers,
String input) |
static ResponseVo |
HttpUtils.get(String url) |
static ResponseVo |
ResponseVo.ok(okhttp3.Headers headers,
byte[] bytes) |
static ResponseVo |
ResponseVo.ok(okhttp3.Headers headers,
String input) |
static ResponseVo |
HttpUtils.uploadImage(String url,
File imageFile) |
Copyright © 2024. All rights reserved.