Uses of Enum Class
com.moesif.api.http.request.HttpMethod
Packages that use HttpMethod
-
Uses of HttpMethod in com.moesif.api.http.client
Methods in com.moesif.api.http.client with parameters of type HttpMethodModifier and TypeMethodDescriptionprotected static com.mashape.unirest.http.HttpMethodUnirestClient.convertHttpMetod(HttpMethod method) Converts a given internal http method enumeration into unirest http method unirest -
Uses of HttpMethod in com.moesif.api.http.request
Methods in com.moesif.api.http.request that return HttpMethodModifier and TypeMethodDescriptionHttpRequest.getHttpMethod()Headers for the http requeststatic HttpMethodReturns the enum constant of this class with the specified name.static HttpMethod[]HttpMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.moesif.api.http.request with parameters of type HttpMethodModifierConstructorDescriptionHttpBodyRequest(HttpMethod _method, String _queryUrl, Map<String, String> _headers, String _body) Create a request with explicit bodyHttpBodyRequest(HttpMethod _method, String _queryUrl, Map<String, String> _headers, String _body, String _username, String _password) Create a request with explicit bodyHttpRequest(HttpMethod _method, String _queryUrl, Map<String, String> _headers, Map<String, Object> _parameters) Initializes a simple http requestHttpRequest(HttpMethod _method, String _queryUrl, Map<String, String> _headers, Map<String, Object> _parameters, String _username, String _password) Initializes a simple http request