mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
10 lines
482 B
Plaintext
10 lines
482 B
Plaintext
[[webflux-http-service-client]]
|
|
= HTTP Service Client
|
|
|
|
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
|
|
flexibility in choosing an API style such as synchronous or reactive.
|
|
|
|
See xref:integration/rest-clients.adoc#rest-http-service-client[HTTP Service Clients] for details.
|