- java.lang.Object
-
- net.dongliu.cute.http.ResponseInfo
-
public class ResponseInfo extends Object
Carry the http response info, mainly the http status code and headers.
-
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 Optional<Charset>getCharset()Get the charset set in response header.Headersheaders()the http response headersintstatusCode()the http response status
-