parameter-binding
There are 3 repositories under parameter-binding topic.
andeya/faygo
Faygo is a fast and concise Go Web framework that can be used to develop high-performance web app(especially API) with fewer codes. Just define a struct handler, faygo will automatically bind/verify the request parameters and generate the online API doc.
fadihania/MinimalApiRouting
A sample .NET 7 Minimal API app that shows the basics of using Routing. It shows how to use URL, Methods and Binding to handle request and offer a simple way to organize the project's code
masaers/blind
Late partial binding for C++, a single header library.