Package 

Interface HttpResponse

    • Method Summary

      Modifier and Type Method Description
      abstract String toString() 需要重写toString
      abstract Integer getStatusCode() 响应状态码
      abstract T getBody() 响应体
      abstract HttpHeaders getHeaders() 获取响应的请求头信息。
      abstract String getMessage() 如果响应出现错误等情况,则此处可能为响应的错误信息。
      • Methods inherited from class love.forte.simbot.http.template.HttpResponse

        equals, hashCode
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait