Uses of Class
org.springframework.http.HttpMethod

Packages that use HttpMethod
Package
Description
Contains a basic abstraction over client/server-side HTTP.
Contains an abstraction over client-side HTTP.
Abstractions for reactive HTTP client support including ClientHttpRequest and ClientHttpResponse as well as a ClientHttpConnector.
This package provides generic HTTP support classes, to be used by higher-level classes like RestTemplate.
Contains an abstraction over server-side HTTP.
Abstractions for reactive HTTP server support including a ServerHttpRequest and ServerHttpResponse along with an HttpHandler for processing.
Mock implementations of client-side HTTP abstractions.
Mock implementations of reactive HTTP client contracts.
Mock implementations of reactive HTTP server contracts.
A comprehensive set of Servlet API 6.0 mock objects, targeted at usage with Spring's Web MVC framework.
Mock objects for the functional web framework.
Contains client-side REST testing support.
Contains built-in RequestMatcher implementations.
Support for testing Spring WebFlux server endpoints via WebTestClient.
Support for testing Spring MVC applications via WebTestClient with MockMvc for server request handling.
Contains built-in RequestBuilder implementations.
Common, generic interfaces that define minimal boundary points between Spring's web infrastructure and other framework modules.
Annotations for binding requests to controllers and handler methods as well as for binding request parameters to method arguments.
Core package of the client-side web support.
Support for generic request context holding, in particular for scoping of application objects per HTTP request or HTTP session.
Support for CORS (Cross-Origin Resource Sharing), based on a common CorsProcessor strategy.
Reactive support for CORS (Cross-Origin Resource Sharing), based on a common CorsProcessor strategy.
Multipart resolution framework for handling file uploads.
Support classes for the multipart resolution framework.
Provides a reactive WebClient that builds on top of the org.springframework.http.client.reactive reactive HTTP adapter layer.
Provides the types that make up Spring's functional web framework for Reactive environments.
Classes supporting the org.springframework.web.reactive.function.server package.
Core interfaces and classes for Spring's generic, reactive web support.
Support for creating a client proxy for an HTTP service annotated with HttpExchange methods.
Provides the types that make up Spring's functional web framework for Servlet environments.
Support classes for serving static resources.
Support classes for SockJS including an AbstractSockJsService implementation.
Server-side support for SockJS transports including TransportHandler implementations for processing incoming requests, their session counterparts for sending messages over the various transports, and DefaultSockJsService.