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

Function hasAcceptEncodingHeader

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

Source from the content-addressed store, hash-verified

464
465 [[nodiscard]] bool hasTransferEncodingHeader() const { return hasHeader(KnownHeader::TransferEncoding); }
466 [[nodiscard]] bool hasAcceptEncodingHeader() const { return hasHeader(KnownHeader::AcceptEncoding); }
467
468 [[nodiscard]] AsyncReadableStream* getBodyStream() const { return bodyStream; }
469 [[nodiscard]] SyncZLibTransformStream* getBodyTransform() const { return bodyTransform; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected