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

Function setWritableStream

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

Source from the content-addressed store, hash-verified

345
346 void setHeaderMemory(Span<char> memory);
347 void setWritableStream(AsyncWritableStream& stream)
348 {
349 destinationStream = &stream;
350 writableStream = &stream;
351 }
352
353 [[nodiscard]] bool hasHeader(KnownHeader header) const;
354 [[nodiscard]] bool hasSentHeaders() const { return headersSent; }

Callers 3

setupMethod · 0.85
setupMethod · 0.85
setupMethod · 0.85

Calls

no outgoing calls

Tested by 3

setupMethod · 0.68
setupMethod · 0.68
setupMethod · 0.68