http_plus 0.1.2 copy "http_plus: ^0.1.2" to clipboard
http_plus: ^0.1.2 copied to clipboard

outdated

http.BaseClient implementation that can speak HTTP/2, maintain connections and fallback to HTTP/1.

http_plus #

All Contributors pub.dev pub points popularity likes GitHub issues GitHub stars GitHub forks

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.

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.

  1. You'll need a GitHub account.
  2. Fork the repository.
  3. Pick an issue to work on from issue tracker.
  4. Implement it.
  5. Add your name and email in authors section in pubspec.yaml file.
  6. Send merge request.
  7. Star this project.
  8. 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!

11
likes
0
pub points
75%
popularity

Publisher

verified publisherbhikadia.com

http.BaseClient implementation that can speak HTTP/2, maintain connections and fallback to HTTP/1.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

http, http2, http_parser

More

Packages that depend on http_plus