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.
Core package of the client-side web support.
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.
Classes supporting the org.springframework.web.reactive.function.client package.
Miscellaneous web utility classes, such as HTML escaping and cookie handling.