Stiffstream / restinio

Cross-platform, efficient, customizable, and robust asynchronous HTTP(S)/WebSocket server C++ library with the right balance between performance and ease of use
Other
1.15k stars 93 forks source link

Single Header File Install? #104

Closed scm-ns closed 4 years ago

scm-ns commented 4 years ago

Is there a way to get a single header file for the project? So that I just need to add that header to my source tree and be done with it?

I think that will make this project much more easier to include!

Thanks!

eao197 commented 4 years ago

Is there a way to get a single header file for the project?

No. And we have no plan to go into that direction because there are some reasons to not do that.

I think that will make this project much more easier to include!

I hope that wide spreading of tools like vcpkg and conan will make that even easier.

scm-ns commented 4 years ago

Thanks!