Uses of Class
com.moesif.api.http.request.HttpBodyRequest
Packages that use HttpBodyRequest
-
Uses of HttpBodyRequest in com.moesif.api.http.client
Methods in com.moesif.api.http.client that return HttpBodyRequestModifier and TypeMethodDescriptionCreate an HTTP DELETE request with bodyHttpClient.deleteBody(String _queryUrl, Map<String, String> _headers, String _body, String _username, String _password) Create an HTTP DELETE request with body and with basic authenticationCreate an HTTP DELETE request with bodyUnirestClient.deleteBody(String _queryUrl, Map<String, String> _headers, String _body, String _username, String _password) Create an HTTP DELETE request with body and with basic authenticationCreate an HTTP PATCH request with bodyHttpClient.patchBody(String _queryUrl, Map<String, String> _headers, String _body, String _username, String _password) Create an HTTP PATCH request with body and with basic authenticationCreate an HTTP PATCH request with bodyUnirestClient.patchBody(String _queryUrl, Map<String, String> _headers, String _body, String _username, String _password) Create an HTTP PATCH request with body and with basic authenticationCreate an HTTP POST request with bodyHttpClient.postBody(String _queryUrl, Map<String, String> _headers, String _body, String _username, String _password) Create an HTTP POST request with body and with basic authenticationCreate an HTTP POST request with bodyUnirestClient.postBody(String _queryUrl, Map<String, String> _headers, String _body, String _username, String _password) Create an HTTP POST request with body and with basic authenticationCreate an HTTP PUT request with bodyHttpClient.putBody(String _queryUrl, Map<String, String> _headers, String _body, String _username, String _password) Create an HTTP PUT request with body and with basic authenticationCreate an HTTP PUT request with bodyUnirestClient.putBody(String _queryUrl, Map<String, String> _headers, String _body, String _username, String _password) Create an HTTP PUT request with body and with basic authentication