MCPcopy Create free account
hub / github.com/actor-framework/actor-framework / body

Function body

libcaf_net/caf/net/http/response.hpp:47–49  ·  view source on GitHub ↗

Returns the HTTP body (payload).

Source from the content-addressed store, hash-verified

45
46 /// Returns the HTTP body (payload).
47 const_byte_span body() const {
48 return make_span(pimpl_->body);
49 }
50
51private:
52 std::shared_ptr<impl> pimpl_;

Callers 2

run_with_metricsFunction · 0.50
consumeMethod · 0.50

Calls 1

make_spanFunction · 0.85

Tested by

no test coverage detected