Uses of Class
kong.unirest.core.HttpRequestBody
-
Packages that use HttpRequestBody Package Description kong.unirest.core -
-
Uses of HttpRequestBody in kong.unirest.core
Methods in kong.unirest.core that return HttpRequestBody Modifier and Type Method Description HttpRequestBody
HttpRequestBody. charset(java.nio.charset.Charset charset)
Constructors in kong.unirest.core with parameters of type HttpRequestBody Constructor Description HttpRequestMultiPart(HttpRequestBody httpRequest)
HttpRequestUniBody(HttpRequestBody httpRequest)
-