2025-09-22 18:31:32 +08:00
|
|
|
[[webflux-http-service-client]]
|
|
|
|
= HTTP Service Client
|
2023-04-20 22:51:32 +08:00
|
|
|
|
|
|
|
The Spring Frameworks lets you define an HTTP service as a Java interface with HTTP
|
|
|
|
exchange methods. You can then generate a proxy that implements this interface and
|
|
|
|
performs the exchanges. This helps to simplify HTTP remote access and provides additional
|
2025-09-22 18:35:27 +08:00
|
|
|
flexibility in choosing an API style such as synchronous or reactive.
|
2023-04-20 22:51:32 +08:00
|
|
|
|
2025-09-22 18:31:32 +08:00
|
|
|
See xref:integration/rest-clients.adoc#rest-http-service-client[HTTP Service Clients] for details.
|