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 HttpMethodBaseRequest.methodprivate final HttpMethodRoutes.methodprotected HttpMethodWebSocketRequestImpl.methodstatic final HttpMethodHttpMethod.OPTIONSstatic final HttpMethodHttpMethod.PATCHstatic final HttpMethodHttpMethod.POSTstatic final HttpMethodHttpMethod.PUTstatic final HttpMethodHttpMethod.TRACEstatic final HttpMethodHttpMethod.WEBSOCKETFields 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) HttpMethodRoutes.getMethod()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.MockClient.findByPath(HttpMethod get, Path path) (package private) booleanRoutes.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)