MCPcopy 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
67const_byte_span request::body() const {
68 return make_span(impl_->body);
69}
70
71const_byte_span request::payload() const {
72 return make_span(impl_->body);

Callers 3

caf_mainFunction · 0.80
WITH_FIXTUREFunction · 0.80
liftMethod · 0.80

Calls 1

make_spanFunction · 0.85

Tested by 1

WITH_FIXTUREFunction · 0.64