Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/actor-framework/actor-framework
/ payload
Method
payload
libcaf_net/caf/net/http/request.cpp:71–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
}
70
71
const_byte_span request::payload() const {
72
return make_span(impl_->body);
73
}
74
75
void request::respond(status code, std::string_view content_type,
76
const_byte_span content) const {
Callers
2
caf_main
Function · 0.80
lift
Method · 0.80
Calls
1
make_span
Function · 0.85
Tested by
no test coverage detected