ERCs
ERCs copied to clipboard
Add ERC: Content encoding in ERC-5219 mode Web3 URL
When opening a pull request to submit a new EIP, please use the suggested template: https://github.com/ethereum/EIPs/blob/master/eip-template.md
We have a GitHub bot that automatically merges some PRs. It will merge yours immediately if certain criteria are met:
- The PR edits only existing draft PRs.
- The build passes.
- Your GitHub username or email address is listed in the 'author' header of all affected PRs, inside
. - If matching on email address, the email address is the one publicly listed on your GitHub profile.
✅ All reviewers have approved.
I have modified the contents to take into account Sam's point : if the compression of the returned data is advertised by the client in accept-encoding, then decompression by the protocol is not necessary.
It is only necessary when the client does not advertise decompression capabilities for the compression of the returned data.
And thanks for your review @SamWilsn !