personalrobotics / aikido

Artificial Intelligence for Kinematics, Dynamics, and Optimization
https://personalrobotics.github.io/aikido/
BSD 3-Clause "New" or "Revised" License
213 stars 30 forks source link

Consider replacing libmicrohttpd with a header-only library #196

Open jslee02 opened 7 years ago

jslee02 commented 7 years ago

This idea was stemmed from #128 by @psigen (comment):

Perhaps now would be a good time to think a bit if a header-only implementation would be useful here, since the requirements are relatively simple (serving static file content on-demand).

https://github.com/yhirose/cpp-httplib

psigen commented 7 years ago

Here are some more candidates: