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

Method end

Libraries/Http/HttpConnection.cpp:1085–1091  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1083}
1084
1085Result HttpOutgoingMessage::end()
1086{
1087 SC_TRY_MSG(headersSent, "Forgot to send headers");
1088 writableStream->end();
1089 endCalled = true;
1090 return Result(true);
1091}
1092
1093void HttpOutgoingMessage::setKeepAlive(bool value) { keepAlive = value; }
1094

Callers 15

MaxElementMethod · 0.45
blockingGetMethod · 0.45
blockingPostMethod · 0.45
blockingCustomHeadersMethod · 0.45
contentCodingPolicyMethod · 0.45
protocolPreferenceMethod · 0.45
proxyOptionsMethod · 0.45
methodCoverageMethod · 0.45
onEndMethod · 0.45
pollGetMethod · 0.45

Calls 1

ResultClass · 0.50

Tested by 15

blockingGetMethod · 0.36
blockingPostMethod · 0.36
blockingCustomHeadersMethod · 0.36
contentCodingPolicyMethod · 0.36
protocolPreferenceMethod · 0.36
proxyOptionsMethod · 0.36
methodCoverageMethod · 0.36
onEndMethod · 0.36
pollGetMethod · 0.36
pollConcurrentGetsMethod · 0.36