add length() for ProgressiveRequest

This commit is contained in:
Timi
2025-07-15 11:57:58 +08:00
parent 51a23c2178
commit 9330c75bbc
2 changed files with 37 additions and 6 deletions

View File

@ -27,5 +27,11 @@
<artifactId>httpclient5-fluent</artifactId>
<version>5.2.1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.2</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>