public final class HttpResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
private com.alibaba.fastjson2.JSONObject |
body |
private String |
bodyString |
private int |
code |
private HttpRequest |
httpRequest |
private boolean |
success |
| Constructor and Description |
|---|
HttpResponse() |
private HttpRequest httpRequest
private int code
private com.alibaba.fastjson2.JSONObject body
private String bodyString
private boolean success
Copyright © 2024. All rights reserved.