MCPcopy Create free account
hub / github.com/boostorg/beast / reader

Method reader

include/boost/beast/http/string_body.hpp:91–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89 public:
90 template<bool isRequest, class Fields>
91 explicit
92 reader(header<isRequest, Fields>&, value_type& b)
93 : body_(b)
94 {
95 }
96
97 void
98 init(boost::optional<

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected