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

Function getBodySpan

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

Source from the content-addressed store, hash-verified

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
473 HttpParser::Method method = HttpParser::Method::HttpGET;
474 StringSpan url;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected