Uses of Interface
kong.unirest.core.HttpRequestWithBody
Packages that use HttpRequestWithBody
-
Uses of HttpRequestWithBody in kong.unirest.core
Classes in kong.unirest.core that implement HttpRequestWithBodyMethods in kong.unirest.core that return HttpRequestWithBodyModifier and TypeMethodDescriptionSet the Charset encoding for the Content-Type.HttpRequestBody.contentType
(String type) HttpRequestWithBody.contentType
(String type) default HttpRequestWithBody
HttpRequestWithBody.contentType
(ContentType type) static HttpRequestWithBody
Start a DELETE HttpRequest which supports a body from the primary configStart a DELETE HttpRequest which supports a body from the primary configdefault HttpRequestWithBody
HttpRequestWithBody.noCharset()
Removes any Charset for the Content-Type for when servers cannot process it.static HttpRequestWithBody
Start a PATCH HttpRequest which supports a body from the primary configStart a PATCH HttpRequest which supports a body from the primary configstatic HttpRequestWithBody
Start a POST HttpRequest which supports a body from the primary configStart a POST HttpRequest which supports a body from the primary configstatic HttpRequestWithBody
Start a PUT HttpRequest which supports a body from the primary configStart a PUT HttpRequest which supports a body from the primary configstatic HttpRequestWithBody