Is there anyway that either gzip of br could be supported as a compression method on the public json rpc api? This would help greatly with reducing network traffic.
curl https://api.mainnet.abs.xyz/ -i \ -X POST \ -H "Accept-Encoding: gzip, br" -H "Content-Type: application/json" \ --data '{"jsonrpc": "2.0","id":1,"method":"eth_blockNumber","params":[]}'