💾 Archived View for gemi.dev › gemini-mailing-list › 000131.gmi captured on 2023-12-28 at 15:41:39. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-11-04)
-=-=-=-=-=-=-
Hi all, I'm just starting to play around with gemini -- seems very interesting! I have started writing a patch for curl which adds support for the gemini protocol. I just joined the mailing list, so I am not sure if anyone has already done any work with curl; I did see some mentions of `gurl` tools in the archives but I did not see mention of curl itself. My curl tree with the gemini patch is available here: https://git.sr.ht/~benburwell/curl If you build it, you should be able to successfully run `curl gemini://gemini.circumlunar.space`. It's currently the result of about a hour's worth of hacking, so beware of dragons. I plan to make it a bit more robust as well as add better response header handling (think `curl -i` -- right now they are just printed without being parsed at all), redirect handling (think `curl -L`) and alternate URL handling (think `curl -H host:other.site http://example.com`). I suspect that a patch to add support for a new protocol would not be accepted to the upstream curl project at least until there is a finalized spec. In the meantime, feel free to build/use this for non-production purposes, and if anyone has already done work on this I'd be curious to learn about it. Best, Ben
On Thu May 21, 2020 at 6:37 PM CEST, Ben Burwell wrote: > > My curl tree with the gemini patch is available here: > https://git.sr.ht/~benburwell/curl > Has the repo moved? I get a 404.
On 2020-06-08 at 12:41 -04:00, Julien Blanchard <julien at typed-hole.org> wrote: > Has the repo moved? I get a 404. Apologies, yes, I moved it over to https://git.burwell.io/mirrors/curl/.
---
Previous Thread: Questions about ``` lines
Next Thread: Proposed minor spec changes, for comment. (???)