MCPcopy 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
71const_byte_span request::payload() const {
72 return make_span(impl_->body);
73}
74
75void request::respond(status code, std::string_view content_type,
76 const_byte_span content) const {

Callers 2

caf_mainFunction · 0.80
liftMethod · 0.80

Calls 1

make_spanFunction · 0.85

Tested by

no test coverage detected