Uses of Class
kong.unirest.core.HttpMethod
Packages that use HttpMethod
-
Uses of HttpMethod in kong.unirest.core
Fields in kong.unirest.core declared as HttpMethodModifier and TypeFieldDescriptionstatic final HttpMethod
HttpMethod.DELETE
static final HttpMethod
HttpMethod.GET
static final HttpMethod
HttpMethod.HEAD
protected HttpMethod
BaseRequest.method
private final HttpMethod
Routes.method
protected HttpMethod
WebSocketRequestImpl.method
static final HttpMethod
HttpMethod.OPTIONS
static final HttpMethod
HttpMethod.PATCH
static final HttpMethod
HttpMethod.POST
static final HttpMethod
HttpMethod.PUT
static final HttpMethod
HttpMethod.TRACE
static final HttpMethod
HttpMethod.WEBSOCKET
Fields in kong.unirest.core with type parameters of type HttpMethodMethods in kong.unirest.core that return HttpMethodModifier and TypeMethodDescriptionBaseRequest.getHttpMethod()
HttpRequest.getHttpMethod()
HttpRequestSummary.getHttpMethod()
RequestSummary.getHttpMethod()
(package private) HttpMethod
Routes.getMethod()
static HttpMethod
Methods in kong.unirest.core that return types with arguments of type HttpMethodMethods in kong.unirest.core with parameters of type HttpMethodModifier and TypeMethodDescriptionMockClient.assertThat
(HttpMethod method, String path) Assert a specific method and path were invokedMockClient.expect
(HttpMethod method) Expect ANY call to a path with this methodMockClient.expect
(HttpMethod method, String path) Start an expectation chain.MockClient.findByPath
(HttpMethod get, Path path) (package private) boolean
Routes.matches
(HttpMethod httpMethod, Path url) Constructors in kong.unirest.core with parameters of type HttpMethodModifierConstructorDescription(package private)
BaseRequest
(Config config, HttpMethod method, String url) HttpRequestBody
(Config config, HttpMethod method, String url) (package private)
HttpRequestNoBody
(Config config, HttpMethod method, String url) Routes
(HttpMethod method, Path p)