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 d064fb7 commit 048f311Copy full SHA for 048f311
README.md
@@ -326,6 +326,8 @@ This feature was contributed by [underscorediscovery](https://github.com/yhirose
326
327
### Authentication
328
329
+NOTE: OpenSSL is required for Digest Authentication, since cpp-httplib uses message digest functions in OpenSSL.
330
+
331
```cpp
332
httplib::Client cli("httplib.org");
333
cli.set_auth("user", "pass");
0 commit comments