Updated documentation
This commit is contained in:
parent
6f663028e9
commit
e4d3766ef2
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@ cpp-httplib
|
|||
[](https://travis-ci.org/yhirose/cpp-httplib)
|
||||
[](https://ci.appveyor.com/project/yhirose/cpp-httplib)
|
||||
|
||||
A C++11 header-only cross platform HTTP/HTTPS library.
|
||||
A C++ header-only cross platform HTTP/HTTPS library.
|
||||
|
||||
It's extremely easy to setup. Just include **httplib.h** file in your code!
|
||||
|
||||
|
@ -121,6 +121,7 @@ int main(void)
|
|||
auto res = cli.Get("/large-data", [&](const char *data, size_t len) {
|
||||
body.append(data, len);
|
||||
});
|
||||
assert(res->body.empty());
|
||||
```
|
||||
|
||||
### POST
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue