X Tutup
The Wayback Machine - https://web.archive.org/web/20201201011207/https://github.com/microsoft/cpprestsdk/issues/1458
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do you create https servers #1458

Open
dnfwlq8054 opened this issue Jul 2, 2020 · 2 comments
Open

How do you create https servers #1458

dnfwlq8054 opened this issue Jul 2, 2020 · 2 comments

Comments

@dnfwlq8054
Copy link

@dnfwlq8054 dnfwlq8054 commented Jul 2, 2020

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

@AdityaGupta150
Copy link

@AdityaGupta150 AdityaGupta150 commented Aug 14, 2020

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

@AdityaGupta150
Copy link

@AdityaGupta150 AdityaGupta150 commented Aug 14, 2020

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 🤔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.
X Tutup