Skip to content

Commit 8aebcde

Browse files
committed
Update version in README
1 parent f718c40 commit 8aebcde

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# avaje-http-client
22

3-
A light weight wrapper to the [JDK 11+ Java Http Client](http://openjdk.java.net/groups/net/httpclient/intro.html)
3+
A lightweight wrapper to the [JDK 11+ Java Http Client](http://openjdk.java.net/groups/net/httpclient/intro.html)
44

5+
- Use Java 11.0.8 or higher (some SSL related bugs prior to 11.0.8 with JDK HttpClient)
56
- Adds a fluid API for request constructing URL and payload
67
- Adds JSON marshalling/unmarshalling of request and response using Jackson or Gson
78
- Gzip encoding/decoding
89
- Logging of request/response logging
910
- Interception of request/response
1011
- Built in support for authorization via Basic Auth and Bearer Token
11-
12-
12+
- Provides async and sync API
1313

1414

1515
### Dependency
@@ -18,7 +18,7 @@ A light weight wrapper to the [JDK 11+ Java Http Client](http://openjdk.java.net
1818
<dependency>
1919
<groupId>io.avaje</groupId>
2020
<artifactId>avaje-http-client</artifactId>
21-
<version>1.6</version>
21+
<version>1.7</version>
2222
</dependency>
2323
```
2424

0 commit comments

Comments
 (0)