Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.12 KB

feign.md

File metadata and controls

21 lines (17 loc) · 1.12 KB

Bookmarks tagged [feign]

https://www.baeldung.com/intro-to-feign

This article introduces Feign, a declarative HTTP client that simplifies implementation and maintaining efforts


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...