We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
actix-web
reqwest
The jsonrpc client is based on actix-web, which brings in a complete web framework, even though all we need is an http client.
reqwest is a very popular HTTP client in the ecosystem that does its job very well.
Would you consider switching?
The text was updated successfully, but these errors were encountered:
Merge pull request althea-net#3 from leviathanbeak/master
7dd3533
bump version
No branches or pull requests
The jsonrpc client is based on
actix-web
, which brings in a complete web framework, even though all we need is an http client.reqwest
is a very popular HTTP client in the ecosystem that does its job very well.Would you consider switching?
The text was updated successfully, but these errors were encountered: