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

Function attachReadableStream

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

Source from the content-addressed store, hash-verified

185 void setBodyFramingKind(HttpBodyFramingKind value) { bodyFramingKind = value; }
186 void setBodyComplete(bool value) { bodyComplete = value; }
187 void attachReadableStream(AsyncReadableStream& stream) { readableStream = &stream; }
188
189 /// @brief Finds a specific HttpParser::Result in the list of parsed header
190 /// @param token The result to look for (Method, Url etc.)

Callers 2

initBodyStreamMethod · 0.85
writeHeadersMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected