Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
51
private:
52
std::shared_ptr<impl> pimpl_;
Callers
2
run_with_metrics
Function · 0.50
consume
Method · 0.50
Calls
1
make_span
Function · 0.85
Tested by
no test coverage detected