krojew / springtime

A framework for advanced Rust applications.
MIT License
83 stars 5 forks source link

Declarative HTTP clients #1

Open krojew opened 1 year ago

krojew commented 1 year ago

Springtime could use declarative HTTP client generation similar to OpenFeign. It should create implementations, based on traits with attributes, and integrate with the rest of Springtime ecosystem (e.g. using the same default config file).