💾 Archived View for rawtext.club › ~sloum › geminilist › 001041.gmi captured on 2020-09-24 at 02:09:41. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
cage cage-dev at twistfold.it
Mon May 25 17:33:57 BST 2020
- - - - - - - - - - - - - - - - - - -
Hi!
I find gemini very exciting, bringing back some fun in networkprogramming!
I have some small suggestions to spec style, i apologize if this wasalready addressed in a previous message (i am lazy and i did notsearched archive, sorry).
--------------1.3.1
Gemini response headers look like this:
<STATUS
<META><CR><LF>
[...]
--------------
In my opinion the space character between <STATUS> and <META> could bea symbol not the character itself something like:
<STATUS
<SPACE><META><CR><LF>
this way it is much more difficult that the reader could miss ormisunderstand the single space in the response line.
--------------
1.4.2
[...]
1.4.3
--------------
I think would be a good idea to include some code snippets (maybe in Cwith libssl?) to illustrate how to do server validation or make clientcertificate.
I the code was too long could be added in an appendix or some codeform an existing implementation can be linked, i do know.
I think there is a minor typo in the FAQ:
--------------### 1.3 Where can I learn more?
[...]
Official discussion regarding Gemini hapens on a mailing list.
[...]
--------------
Bye and thank you for gemini!C.