http_plus 0.1.2 http_plus: ^0.1.2 copied to clipboard
http.BaseClient implementation that can speak HTTP/2, maintain connections and fallback to HTTP/1.
http_plus #
This package provides HttpPlusClient
which is BaseClient
(
of http
) implementation that supports HTTP/2
and fallbacks to
HTTP/1.1
if the server does not support it. It is meant to be a drop-in replacement
of HttpClient
.
This is built on top of
http2_client
package, which is no longer maintained.
This package is in active development. Any contribution, idea, criticism or feedback is welcomed.
Quick links #
package | https://pub.dev/packages/http_plus |
Git Repo | https://github.com/daadu/http_plus |
Issue Tracker | https://github.com/daadu/http_plus/issues |
Getting started #
TODO
Todo #
- Web platform support (use
BrowserClient
directly) - Automatic testing
- Null-safety support
Contribute #
Check the Todo section above, before you begin with any contribution.
- You'll need a GitHub account.
- Fork the repository.
- Pick an issue to work on from issue tracker.
- Implement it.
- Add your name and email in
authors
section inpubspec.yaml
file. - Send merge request.
- Star this project.
- Become a hero!!
Features and bugs #
Please file feature requests and bugs at the issue tracker.
Contributors ✨ #
Thanks goes to these wonderful people (emoji key):
Harsh Bhikadia 💻 🤔 |
This project follows the all-contributors specification. Contributions of any kind welcome!