Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuji Hirose committed Dec 10, 2019
1 parent d064fb7 commit 048f311
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,8 @@ This feature was contributed by [underscorediscovery](https://github.com/yhirose

### Authentication

NOTE: OpenSSL is required for Digest Authentication, since cpp-httplib uses message digest functions in OpenSSL.

```cpp
httplib::Client cli("httplib.org");
cli.set_auth("user", "pass");
Expand Down

0 comments on commit 048f311

Please sign in to comment.