💾 Archived View for station.martinrue.com › acidus › c98e4327ab3f4afaae3a21112d821abd captured on 2023-05-24 at 19:02:14. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-04-20)

➡️ Next capture (2023-07-22)

🚧 View Differences

-=-=-=-=-=-=-

👽 acidus

So... The IANA MIME registry officially defines "+gzip" as a valid mime suffix.

So... gemini capsules *could* serve a "20 text/gemini+gzip" response for gemtext, it clients could know to gunzip it.

Now the client's request has no way to say it support this, but you could config the server with a super simple rewrite rule so that any .gmi file would use a text/gemini+gzip MIME type if the client requests it with an ".gmi.gz" extension. You could also rewrite the gemtext body on the fly so the same-site .gmi links are also .gmi.gz...

Is compression for Gemini (and specifically Gemtext) necessarily? No. But it woudl be fun to hack it into a client!

3 months ago

Actions

👋 Join Station

1 Reply

👽 danrl

definitely a fun hack. how would it work for clients knowing gz and servers that don’t? would we see failed requests in the logs and non-gz retries? the favicon 404 clutter all over again (worst case)? there seems to be no way for servers to announce capabilities *by design*. not that it prohibits us from making changes… (see spartan) · 3 months ago