Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/actor-framework/actor-framework
/ body
Method
body
libcaf_net/caf/net/http/request.cpp:67–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
}
66
67
const_byte_span request::body() const {
68
return make_span(impl_->body);
69
}
70
71
const_byte_span request::payload() const {
72
return make_span(impl_->body);
Callers
3
caf_main
Function · 0.80
WITH_FIXTURE
Function · 0.80
lift
Method · 0.80
Calls
1
make_span
Function · 0.85
Tested by
1
WITH_FIXTURE
Function · 0.64