daedric / httpp

Micro http server and client written in C++
BSD 2-Clause "Simplified" License
166 stars 34 forks source link

Can I use it in C? #24

Closed winster closed 7 years ago

daedric commented 7 years ago

Hi, For a C HTTP library I would suggest you to take a look at:

HTTPP can work in a C code base but if you want to avoid compiling your project with a C++ compiler you would need to wrap it which is something very time consuming.

Best of luck Cheers