22
33### Latest versions
44
5- * Latest stable version: ` 1.3.1 `
5+ * Latest stable version: ` 1.4.0 `
66 * Now with 100% more virtual threads!
77* Prior stable version ` 0.3.7 `
88
@@ -27,20 +27,20 @@ To add this library to your project, you can include this dependency in your Mav
2727<dependency >
2828 <groupId >io.fusionauth</groupId >
2929 <artifactId >java-http</artifactId >
30- <version >1.3.1 </version >
30+ <version >1.4.0 </version >
3131</dependency >
3232```
3333
3434If you are using Gradle, you can add this to your build file:
3535
3636``` groovy
37- implementation 'io.fusionauth:java-http:1.3.1 '
37+ implementation 'io.fusionauth:java-http:1.4.0 '
3838```
3939
4040If you are using Savant, you can add this to your build file:
4141
4242``` groovy
43- dependency(id: "io.fusionauth:java-http:1.3.1 ")
43+ dependency(id: "io.fusionauth:java-http:1.4.0 ")
4444```
4545
4646## Examples Usages:
@@ -231,16 +231,13 @@ The general requirements and roadmap are as follows:
231231### Server tasks
232232
233233* [x] Basic HTTP 1.1
234- * [x] Support Accept-Encoding (gzip, deflate)
234+ * [x] Support Accept-Encoding (gzip, deflate), by default and per response options.
235235* [x] Support Content-Encoding (gzip, deflate)
236236* [x] Support Keep-Alive
237237* [x] Support Expect-Continue 100
238- * [x] Support chunked request
239- * [x] Support chunked response
240- * [x] Support streaming entity bodies (via chunking likely)
241- * [x] Support compression (default and per response options)
238+ * [x] Support Transfer-Encoding: chunked on request for streaming.
239+ * [x] Support Transfer-Encoding: chunked on response
242240* [x] Support cookies in request and response
243- * [x] Clean up HTTPRequest
244241* [x] Support form data
245242* [x] Support multipart form data
246243* [x] Support TLS
0 commit comments