Skip to content

Commit

Permalink
Added redirect support (Fix #211)
Browse files Browse the repository at this point in the history
  • Loading branch information
yhirose committed Sep 6, 2019
1 parent e2babf3 commit c923843
Show file tree
Hide file tree
Showing 3 changed files with 310 additions and 74 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,14 @@ if (cli.send(requests, responses)) {
}
```

### Redirect

```cpp
httplib::Client cli("yahoo.com");
cli.follow_location(true);
auto ret = cli.Get("/");
```
OpenSSL Support
---------------
Expand Down
Loading

0 comments on commit c923843

Please sign in to comment.