Uses of Class
com.avoka.component.http.HttpRequest.Method
-
Packages that use HttpRequest.Method Package Description com.avoka.component.http Provides a Fluent HTTP client library using Apache HTTP Components. -
-
Uses of HttpRequest.Method in com.avoka.component.http
Methods in com.avoka.component.http that return HttpRequest.Method Modifier and Type Method Description static HttpRequest.Method
HttpRequest.Method. valueOf(String name)
Returns the enum constant of this type with the specified name.static HttpRequest.Method[]
HttpRequest.Method. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.avoka.component.http with parameters of type HttpRequest.Method Constructor Description HttpRequest(HttpRequest.Method method, String uri)
Create a HTTP request object with the given HTTP method and URL.
-