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 HttpMethodHttpMethod.DELETEstatic final HttpMethodHttpMethod.GETstatic final HttpMethodHttpMethod.HEADprotected HttpMethodWebSocketRequestImpl.methodstatic final HttpMethodHttpMethod.OPTIONSstatic final HttpMethodHttpMethod.PATCHstatic final HttpMethodHttpMethod.POSTstatic final HttpMethodHttpMethod.PUTstatic final HttpMethodHttpMethod.TRACEstatic final HttpMethodHttpMethod.WEBSOCKETMethods in kong.unirest.core that return HttpMethodModifier and TypeMethodDescriptionHttpRequest.getHttpMethod()HttpRequestSummary.getHttpMethod()static HttpMethodMethods 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.