Interface HttpResponse

All Known Implementing Classes:
DefaultHttpResponse

public interface HttpResponse

HttpResponse

Author:
nekoimi 2022/07/16
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    响应体
    异常消息
    int
    状态码
  • Method Details

    • statusCode

      int statusCode()

      状态码

    • body

      byte[] body()

      响应体

    • errorMessage

      String errorMessage()

      异常消息