This repository has been archived by the owner on Nov 9, 2022. It is now read-only.
Support of setting "Content-*" headers in transaction tags #67
Labels
enhancement
New feature or request
Currently, it's possible to set the "Content-Type" tag as the transaction data content type. It's used as an HTTP header when the transaction data is rendered in a browser.
It would be nice to enable support for all other "Content-*" headers (esp. "Content-Encoding"). It will be very useful because senders will be able to compress their data with gzip and set "Content-Encoding: gzip". This way the browsers will automatically decompress tx data using gzip algorithm while rendering the tx data. This approach may help to save more than 50% on tx rewards.
The text was updated successfully, but these errors were encountered: