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