Mordinel / hussar

A multi-threaded web server framework
GNU General Public License v3.0
0 stars 0 forks source link

Alternative ways to register http endpoints? #7

Closed Mordinel closed 2 years ago

Mordinel commented 2 years ago

Investigate this

ignacionr commented 2 years ago

Ideally, use <functional>; this way you will be able to register lambdas, functors, and the existing free functions too.

Mordinel commented 2 years ago

Resolved in #11