Skip to content
This repository was archived by the owner on Aug 25, 2024. It is now read-only.

Commit c75841d

Browse files
Update README.md
1 parent b76568a commit c75841d

File tree

1 file changed

+1
-23
lines changed

1 file changed

+1
-23
lines changed

README.md

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1 @@
1-
# Dispatch Two
2-
3-
**This software is under active development.**
4-
5-
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

Comments
 (0)