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
Alchemy supports grip compression for reducing method latency for large requests https://docs.alchemy.com/docs/how-to-enable-compression-to-speed-up-json-rpc-blockchain-requests
Add it to the header. May need to make a heuristic on expected response size to include this or not
N/A
The text was updated successfully, but these errors were encountered:
APE-1732 Use gZip compression
Sorry, something went wrong.
Idea: gzip web3py middleware
No branches or pull requests
Overview
Alchemy supports grip compression for reducing method latency for large requests
https://docs.alchemy.com/docs/how-to-enable-compression-to-speed-up-json-rpc-blockchain-requests
Specification
Add it to the header. May need to make a heuristic on expected response size to include this or not
Dependencies
N/A
The text was updated successfully, but these errors were encountered: