File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments