类 RequestJsonEntity

java.lang.Object
xyz.migoo.simplehttp.RequestEntity
xyz.migoo.simplehttp.RequestJsonEntity

public class RequestJsonEntity extends RequestEntity
作者:
xiaomi Created in 2021/7/21 19:52
  • 构造器详细资料

    • RequestJsonEntity

      public RequestJsonEntity(String json)
    • RequestJsonEntity

      public RequestJsonEntity(Map<?,?> body)
    • RequestJsonEntity

      public RequestJsonEntity(String content, org.apache.hc.core5.http.ContentType contentType)