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

Function setBody

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

Source from the content-addressed store, hash-verified

441 Result setExpectedBodyLength(uint64_t value);
442 Result setBody(Span<const char> value);
443 Result setBody(StringSpan value) { return setBody(value.toCharSpan()); }
444 Result setBody(AsyncReadableStream& stream);
445 void setBody(AsyncReadableStream& stream, uint64_t contentLengthValue);
446 Result setCompressedBody(AsyncReadableStream& stream, SyncZLibTransformStream& compressor,

Callers 1

RequestOptionsClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected