MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / getResponse

Method getResponse

Tests/Libraries/Http/HttpTestClient.cpp:291–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289}
290
291SC::StringSpan SC::HttpTestClient::getResponse() const
292{
293 return StringSpan(content.toSpanConst(), false, StringEncoding::Ascii);
294}
295
296void SC::HttpTestClient::startSendingHeaders(AsyncSocketConnect::Result& result)
297{

Callers 15

onClientMethod · 0.80
customMimeLookupMethod · 0.80
uploadPolicyMethod · 0.80
uploadsDisabledMethod · 0.80
httpFileServerTestMethod · 0.80
httpAsyncServerTestMethod · 0.80
customResponseStatusMethod · 0.80
emptyResponseHelperMethod · 0.80

Calls 1

StringSpanFunction · 0.85

Tested by

no test coverage detected