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

Function hasEnded

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

Source from the content-addressed store, hash-verified

353 [[nodiscard]] bool hasHeader(KnownHeader header) const;
354 [[nodiscard]] bool hasSentHeaders() const { return headersSent; }
355 [[nodiscard]] bool hasEnded() const { return endCalled; }
356 [[nodiscard]] bool isChunkedTransferEncodingEnabled() const { return chunkedTransferEncodingEnabled; }
357
358 HttpFixedBufferWriter responseHeaders;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected