We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d69f144 commit 9104054Copy full SHA for 9104054
README.md
@@ -39,10 +39,10 @@ svr.listen("0.0.0.0", 8080);
39
#include "path/to/httplib.h"
40
41
// HTTP
42
-httplib::Client cli("http://yhirose.github.io/hi");
+httplib::Client cli("http://yhirose.github.io");
43
44
// HTTPS
45
-httplib::Client cli("https://yhirose.github.io/hi");
+httplib::Client cli("https://yhirose.github.io");
46
47
auto res = cli.Get("/hi");
48
res->status;
0 commit comments