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

Function getBodyTransform

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

Source from the content-addressed store, hash-verified

467
468 [[nodiscard]] AsyncReadableStream* getBodyStream() const { return bodyStream; }
469 [[nodiscard]] SyncZLibTransformStream* getBodyTransform() const { return bodyTransform; }
470 [[nodiscard]] const HttpMultipartWriter* getMultipartWriter() const { return multipartWriter; }
471 [[nodiscard]] Span<const char> getBodySpan() const { return bodySpan; }
472

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected