💾 Archived View for rawtext.club › ~sloum › geminilist › 002954.gmi captured on 2020-11-07 at 03:15:29. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2020-10-31)
-=-=-=-=-=-=-
Sudipto Mallick smallick.dev at gmail.com
Wed Oct 28 16:48:15 GMT 2020
- - - - - - - - - - - - - - - - - - -
On 10/28/20, Chris Vittal <chris at vittal.dev> wrote:
A properly formed gemini request is a fully qualified URL with a scheme
and authority.
Let me quote from the Gemini protocol specification:
2 Gemini Requests
Gemini requests are a single CRLF-terminated line with the following structure:
<URL
<CR><LF>
<URL
is a UTF-8 encoded absolute URL, of maximum length 1024 bytes.**If the scheme of the URL is not specified, a scheme of gemini:// isimplied.**(Emphasis mine.)
Please clarify what should it be.