Skip to content

Experimental simple client Interface

Compare
Choose a tag to compare
@yhirose yhirose released this 16 May 13:03
· 746 commits to master since this release

Example:

  auto res =
      httplib::Client2("https://httpbin.org")
          .set_follow_location(true)
          .Get("/redirect-to?url=http%3A%2F%2Fwww.google.com&status_code=302");