Bookmarks tagged [feign]
https://www.baeldung.com/intro-to-feign
This article introduces Feign, a declarative HTTP client that simplifies implementation and maintaining efforts
- 📆 published on: 2017-07-29
- tags: feign, rest-client
- source code
https://github.com/OpenFeign/feign
Feign makes writing java http clients easier.
Feign is a Java to HTTP client binder inspired by Retrofit, JAXRS-2.0, and WebSocket. Feign's first goal was reducing the complexity of binding Denomina...
- tags: rest, rest-client, feign, http-client
- source code