boostorg / boostorg/beast

Implement beast::istream()

Open
#883 3 comments 1 reaction 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.