Uses of Class
de.quantummaid.httpmaid.http.HttpRequestMethod
-
-
Uses of HttpRequestMethod in de.quantummaid.httpmaid
Fields in de.quantummaid.httpmaid with type parameters of type HttpRequestMethod Modifier and Type Field Description static MetaDataKey<HttpRequestMethod>HttpMaidChainKeys. METHOD -
Uses of HttpRequestMethod in de.quantummaid.httpmaid.cors
Methods in de.quantummaid.httpmaid.cors with parameters of type HttpRequestMethod Modifier and Type Method Description CorsConfiguratorCorsConfigurator. withAllowedMethods(HttpRequestMethod... methods) -
Uses of HttpRequestMethod in de.quantummaid.httpmaid.cors.domain
Methods in de.quantummaid.httpmaid.cors.domain with parameters of type HttpRequestMethod Modifier and Type Method Description booleanRequestedMethod. matches(HttpRequestMethod method) -
Uses of HttpRequestMethod in de.quantummaid.httpmaid.generator
Methods in de.quantummaid.httpmaid.generator with parameters of type HttpRequestMethod Modifier and Type Method Description static PathAndMethodGenerationConditionPathAndMethodGenerationCondition. pathAndMethodEventTypeGenerationCondition(PathTemplate pathTemplate, HttpRequestMethod... methods) -
Uses of HttpRequestMethod in de.quantummaid.httpmaid.generator.builder
Methods in de.quantummaid.httpmaid.generator.builder with parameters of type HttpRequestMethod Modifier and Type Method Description default TMethodStage. andRequestMethod(HttpRequestMethod requestMethod)TMethodStage. andRequestMethods(HttpRequestMethod... requestMethods) -
Uses of HttpRequestMethod in de.quantummaid.httpmaid.handler.http
Methods in de.quantummaid.httpmaid.handler.http that return HttpRequestMethod Modifier and Type Method Description HttpRequestMethodHttpRequest. method() -
Uses of HttpRequestMethod in de.quantummaid.httpmaid.http
Fields in de.quantummaid.httpmaid.http declared as HttpRequestMethod Modifier and Type Field Description static HttpRequestMethodHttpRequestMethod. CONNECTstatic HttpRequestMethodHttpRequestMethod. DELETEstatic HttpRequestMethodHttpRequestMethod. GETstatic HttpRequestMethodHttpRequestMethod. HEADstatic HttpRequestMethodHttpRequestMethod. OPTIONSstatic HttpRequestMethodHttpRequestMethod. PATCHstatic HttpRequestMethodHttpRequestMethod. POSTstatic HttpRequestMethodHttpRequestMethod. PUTstatic HttpRequestMethodHttpRequestMethod. TRACEMethods in de.quantummaid.httpmaid.http that return HttpRequestMethod Modifier and Type Method Description static HttpRequestMethodHttpRequestMethod. parse(String requestMethod)
-