Updated README

This commit is contained in:
yhirose 2020-01-17 23:21:42 -05:00
parent 2e360f9dd6
commit f5e19faae7
2 changed files with 7 additions and 3 deletions

View file

@ -182,6 +182,10 @@ svr.Get("/chunked", [&](const Request& req, Response& res) {
});
```
### Server-Sent Events
Please check [here](https://github.com/yhirose/cpp-httplib/blob/master/example/sse.cc).
### Default thread pool support