parse<T> abstract method
解析响应
raw 原始 HTTP 响应(statusCode、data、path)
返回用户定义的 Response,必须处理所有可能的响应结构
Implementation
Response<T> parse<T>(RawHttpResponse raw);
解析响应
raw 原始 HTTP 响应(statusCode、data、path)
返回用户定义的 Response,必须处理所有可能的响应结构
Response<T> parse<T>(RawHttpResponse raw);