| 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; |
nothing calls this directly
no outgoing calls
no test coverage detected