Fix typo in declarative HTTP interfaces docs
Closes gh-28431
This commit is contained in:
parent
d2b674391a
commit
2713f28c28
|
@ -366,7 +366,7 @@ If necessary the `Content-Type` may also be set explicitly.
|
|||
[[rest-http-interface]]
|
||||
=== HTTP Interface
|
||||
|
||||
The Spring Frameworks lets you define an HTTP service as a Java interface with annotated
|
||||
The Spring Framework lets you define an HTTP service as a Java interface with annotated
|
||||
methods for HTTP exchanges. You can then generate a proxy that implements this interface
|
||||
and performs the exchanges. This helps to simplify HTTP remote access which often
|
||||
involves a facade that wraps the details of using the underlying HTTP client.
|
||||
|
|
Loading…
Reference in New Issue