feign.md
July 15, 2021 ยท View on GitHub
Bookmarks tagged [feign]
www.codever.land/bookmarks/t/feign
Intro to Feign
https://www.baeldung.com/intro-to-feign
This article introduces Feign, a declarative HTTP client that simplifies implementation and maintaining efforts
- :calendar: published on: 2017-07-29
- tags: feign, rest-client
- :octocat: source code
Feign
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
- :octocat: source code