You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 25, 2024. It is now read-only.
This is a rewrite of the Dispatch HTTP Client based on the Java 11 HTTP Client.
6
-
7
-
Previous versions were based on different third party clients: first the Apache HTTP library
8
-
and then the AsyncHttpClient Library. In Java 11, Java released a *standard* HTTP library
9
-
effectively allowing me to create a zero-dependency version of Dispatch for Java 11 and up.
10
-
11
-
The Java 11 HTTP Client is much simpler than the AsyncHttpClient because it doesn't expose all
12
-
the layers of Netty. This is intended to be a breaking release when it comes out and I'm not
13
-
promising the upgrade path will be without a few bumps. However, where possible I will aim to
14
-
minimize the pain of transitioning to the Java 11 backend from Dispatch 1.
15
-
16
-
## License
17
-
18
-
This project is licensed under the LGPL 3.0 License.
19
-
20
-
## Author
21
-
22
-
This is a Matt Farmer project. You can read more from him on [Twitter](https://twitter.com/frmr_m)
23
-
and on his [blog](https://frmr.me).
1
+
This repository was an experimental attempt to rewrite dispatch using the native Java HTTP client, but it was never finished and has since been abandoned.
0 commit comments