microsoft / cpprestsdk

The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.
Other
7.99k stars 1.65k forks source link

How do you create https servers #1458

Open dnfwlq8054 opened 4 years ago

dnfwlq8054 commented 4 years ago

I am making cpprestful on linux. Is there any sample code that can be made with https server?

adi-g15 commented 4 years ago

In the meantime, shouldn't it be better to start with a simpler to the point implementations, some repos that may help include -> https://github.com/yhirose/cpp-httplib (http/https server) https://github.com/eidheim/Simple-Web-Server (archived) https://github.com/linyacool/WebServer https://github.com/facebook/proxygen (by facebook) https://github.com/daedric/httpp

adi-g15 commented 4 years ago

The relevent code should be in /Release/include/cpprest/http_listener.h

But even the last commit on that file is 2 years ago now 🤔