Uses of Interface
org.springframework.http.HttpRequest

Packages that use HttpRequest
Package
Description
Contains an abstraction over client-side HTTP.
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 server contracts.
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.
Miscellaneous web utility classes, such as HTML escaping, Log4j initialization, and cookie handling.