类 NameValueRequestBody

java.lang.Object
com.dtflys.forest.http.ForestRequestBody
com.dtflys.forest.http.body.NameValueRequestBody
所有已实现的接口:
SupportFormUrlEncoded

public class NameValueRequestBody extends ForestRequestBody implements SupportFormUrlEncoded
键值对类型请求体

该请求体对象会包装键值对的名称和值, 会根据请求的ContentType转换成表单项或JSON中的一个字段

从以下版本开始:
2020-09-22 17:30
作者:
gongjun[jun.gong@thebeastshop.com]