public class SimpleHttpResponse extends Object
响应封装
private String
body
private int
code
error
private Map<String,List<String>>
headers
private boolean
success
SimpleHttpResponse()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private boolean success
private int code
private Map<String,List<String>> headers
private String body
private String error
public SimpleHttpResponse()
Copyright © 2023. All rights reserved.