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

Function setBodyBytesRemaining

Libraries/Http/HttpConnection.h:184–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182 bool allowTrailingData);
183
184 void setBodyBytesRemaining(uint64_t value) { bodyBytesRemaining = value; }
185 void setBodyFramingKind(HttpBodyFramingKind value) { bodyFramingKind = value; }
186 void setBodyComplete(bool value) { bodyComplete = value; }
187 void attachReadableStream(AsyncReadableStream& stream) { readableStream = &stream; }

Callers 1

writeHeadersMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected