Uses of Class
kong.unirest.core.HttpMethod
-
Packages that use HttpMethod Package Description kong.unirest.core -
-
Uses of HttpMethod in kong.unirest.core
Fields in kong.unirest.core declared as HttpMethod Modifier and Type Field Description static HttpMethodHttpMethod. DELETEstatic HttpMethodHttpMethod. GETstatic HttpMethodHttpMethod. HEADprotected HttpMethodBaseRequest. methodprivate HttpMethodRoutes. methodprotected HttpMethodWebSocketRequestImpl. methodstatic HttpMethodHttpMethod. OPTIONSstatic HttpMethodHttpMethod. PATCHstatic HttpMethodHttpMethod. POSTstatic HttpMethodHttpMethod. PUTstatic HttpMethodHttpMethod. TRACEstatic HttpMethodHttpMethod. WEBSOCKETFields in kong.unirest.core with type parameters of type HttpMethod Modifier and Type Field Description private static java.util.Map<java.lang.String,HttpMethod>HttpMethod. REGISTRYMethods in kong.unirest.core that return HttpMethod Modifier and Type Method Description HttpMethodBaseRequest. getHttpMethod()HttpMethodHttpRequest. getHttpMethod()HttpMethodHttpRequestSummary. getHttpMethod()HttpMethodRequestSummary. getHttpMethod()(package private) HttpMethodRoutes. getMethod()static HttpMethodHttpMethod. valueOf(java.lang.String verb)Methods in kong.unirest.core that return types with arguments of type HttpMethod Modifier and Type Method Description java.util.Set<HttpMethod>HttpMethod. all()Methods in kong.unirest.core with parameters of type HttpMethod Modifier and Type Method Description AssertMockClient. assertThat(HttpMethod method, java.lang.String path)Assert a specific method and path were invokedExpectationMockClient. expect(HttpMethod method)Expect ANY call to a path with this methodExpectationMockClient. expect(HttpMethod method, java.lang.String path)Start an expectation chain.private java.util.Optional<Routes>MockClient. findByPath(HttpMethod get, Path path)(package private) booleanRoutes. matches(HttpMethod httpMethod, Path url)Constructors in kong.unirest.core with parameters of type HttpMethod Constructor Description BaseRequest(Config config, HttpMethod method, java.lang.String url)HttpRequestBody(Config config, HttpMethod method, java.lang.String url)HttpRequestNoBody(Config config, HttpMethod method, java.lang.String url)Routes(HttpMethod method, Path p)
-