Update https_examples.cpp
This commit is contained in:
parent
9f1718651e
commit
73961f419f
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ typedef SimpleWeb::Client<SimpleWeb::HTTPS> HttpsClient;
|
|||
|
||||
int main() {
|
||||
//HTTPS-server at port 8080 using 4 threads
|
||||
HttpsServer server(8080, 1, "server.crt", "server.key");
|
||||
HttpsServer server(8080, 4, "server.crt", "server.key");
|
||||
|
||||
//Add resources using path-regex and method-string, and an anonymous function
|
||||
//POST-example for the path /string, responds the posted string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue