mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-15 01:08:27 +00:00
Updated README
This commit is contained in:
parent
2e360f9dd6
commit
f5e19faae7
2 changed files with 7 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue