mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-19 19:28:29 +00:00
Updated README
This commit is contained in:
parent
d064fb7ff2
commit
048f31109f
1 changed files with 2 additions and 0 deletions
|
@ -326,6 +326,8 @@ This feature was contributed by [underscorediscovery](https://github.com/yhirose
|
||||||
|
|
||||||
### Authentication
|
### Authentication
|
||||||
|
|
||||||
|
NOTE: OpenSSL is required for Digest Authentication, since cpp-httplib uses message digest functions in OpenSSL.
|
||||||
|
|
||||||
```cpp
|
```cpp
|
||||||
httplib::Client cli("httplib.org");
|
httplib::Client cli("httplib.org");
|
||||||
cli.set_auth("user", "pass");
|
cli.set_auth("user", "pass");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue