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 HttpRequestWithBodyHttpRequestWithBody.contentType(ContentType type) static HttpRequestWithBodyStart a DELETE HttpRequest which supports a body from the primary configStart a DELETE HttpRequest which supports a body from the primary configdefault HttpRequestWithBodyHttpRequestWithBody.noCharset()Removes any Charset for the Content-Type for when servers cannot process it.static HttpRequestWithBodyStart a PATCH HttpRequest which supports a body from the primary configStart a PATCH HttpRequest which supports a body from the primary configstatic HttpRequestWithBodyStart a POST HttpRequest which supports a body from the primary configStart a POST HttpRequest which supports a body from the primary configstatic HttpRequestWithBodyStart a PUT HttpRequest which supports a body from the primary configStart a PUT HttpRequest which supports a body from the primary configstatic HttpRequestWithBody