Implement beast::istream()
Open
Feature
- Dominant language
- C++
- Stars
- 4.8k
- Forks
- 694
- Avg merge
- 12h 48m
- Merged PRs (30d)
- 1
Description
This would make the API symmetric in use. E.g.:
```
int i, j;
beast::istream(body) >> i;
beast::istream(body) >> j;
```
Contributor guide
Assessment
This issue has not been assessed yet.