Previous: , Up: tofuproxy  


Geminispace

You can browse geminispace by going to https://gemini/HOST/PATH, where HOST and PATH are taken from ordinary gemini URL. For example to browse gemini://gemini.circumlunar.space/docs/, you must go through tofuproxy to https://gemini/gemini.circumlunar.space/docs/. Or you can go to https://gemini/gemini://gemini.circumlunar.space/docs/ and will be redirected to necessary URL.

If you request https://gemini/ URL with Accept: text/gemini HTTP header, then gemfiles (.gmi will be passed as-is without conversion to HTML.

$ curl --proxy http://localhost:8080/ --header "Accept: text/gemini" \
    https://gemini/gemini.circumlunar.space/docs/

No INPUT is supported currently.