| 469 | [[nodiscard]] SyncZLibTransformStream* getBodyTransform() const { return bodyTransform; } |
| 470 | [[nodiscard]] const HttpMultipartWriter* getMultipartWriter() const { return multipartWriter; } |
| 471 | [[nodiscard]] Span<const char> getBodySpan() const { return bodySpan; } |
| 472 | |
| 473 | HttpParser::Method method = HttpParser::Method::HttpGET; |
| 474 | StringSpan url; |
nothing calls this directly
no outgoing calls
no test coverage detected