Gemini status code for confirmation
Created: 2025-03-25 Copyright: CC-BY-SA 4.0 Language: en
In specification[1] of gemini protocol it is written about __1x__ code for input.
Status 10
>
The basic input status code. A client MUST prompt a user for input, it should be URI-encoded per [STD66] and sent as a query to the same URI that generated this response.
>
Status 11---sensitive input
>
As per status code 10, but for use with sensitive input such as passwords. Clients should present the prompt as per status code 10, but the user's input should not be echoed to the screen to prevent it being read by "shoulder surfers".
and that's all.
I think there could be one more code - for confirmation. As example I have created gemini mentions management in my capsule and to mark mention as reviewed or remove not suitable I use input status to send "y" letter for confirmation. It could be done in more nicer form: add ex. _12_ status code what could be as confirmation dialog. It could be used as simple _10_ status code but instead to enter text in UI could be simple button dialog and return 'yes'.
Page counter: 3u