Explorar o código

Updated README

yhirose %!s(int64=3) %!d(string=hai) anos
pai
achega
42feb7e8be
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -65,6 +65,7 @@ httplib::SSLServer svr("./cert.pem", "./key.pem");
 // Client
 httplib::Client cli("https://localhost:1234"); // scheme + host
 httplib::SSLClient cli("localhost:1234"); // host
+httplib::SSLClient cli("localhost", 1234); // host, port
 
 // Use your CA bundle
 cli.set_ca_cert_path("./ca-bundle.crt");