Uses of Interface
kong.unirest.core.HttpRequestWithBody
Packages that use HttpRequestWithBody
-
Uses of HttpRequestWithBody in kong.unirest.core
Subinterfaces with type arguments of type HttpRequestWithBody in kong.unirest.coreModifier and TypeInterfaceDescriptioninterfaceA request Builder for POST and PUT operations with a body. will switch to a MultipartBody once http form variables are introduced. or to a RequestBodyEntityMethods in kong.unirest.core that return HttpRequestWithBodyModifier and TypeMethodDescriptionSet the Charset encoding for the Content-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