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

Function getBodyType

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

Source from the content-addressed store, hash-verified

453 [[nodiscard]] StringSpan getRequestTarget() const { return url; }
454 [[nodiscard]] StringSpan getURL() const { return url; }
455 [[nodiscard]] BodyType getBodyType() const { return bodyType; }
456 [[nodiscard]] uint64_t getContentLength() const { return contentLength; }
457 [[nodiscard]] bool usesChunkedTransferEncoding() const { return chunkedTransferEncodingEnabled; }
458 [[nodiscard]] HttpContentEncoding getContentEncoding() const { return contentEncoding; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected