Interface RequestBody

All Known Implementing Classes:
FileRequestBody, JsonRequestBody

public interface RequestBody
HTTP请求体
  • Method Summary

    Modifier and Type
    Method
    Description
    获取请求体的数据类型
  • Method Details

    • getContentType

      String getContentType()
      获取请求体的数据类型
      Returns:
      请求体的数据类型