C++ HTTPS Library recommendation

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

C++ HTTPS Library recommendation

738 Views
padakanti
Contributor I

I need to write an C++ based HTTPS server and implement some rest APIs.  Is there any highly recommended opensource framework that I can use? 

The server needs to serve large files and so it would help if it supports chunked/streamed file downloads.  Also, couple Post requests with JSON request/response.   The server will be launched dynamically for a period of time from a C++ based service/program that will take actions based on the requests made to the server.

TLS connection has to use OpenSSL library. 

Tags (2)
0 Kudos
Reply
0 Replies