readme examples

This commit is contained in:
Alexander 2023-02-12 13:20:20 +00:00
parent 6a98ed2496
commit 223dea9bf1
1 changed files with 23 additions and 2 deletions

View File

@ -1,4 +1,25 @@
# gemini-request
small debugging client for gemini, basically to execute requests on your dev server like curl
small debugging client for gemini, basically to execute requests on
your dev server like curl
I wanted to debug an issue with my local server (which is actually
https://codeberg.org/adele.work/ergol) and didn't find a curl-like
client (though I didn't search very far), so I figured I would write
one so I can say, the first thing I did was write my own client.
It is very simple for debugging only and is basically a one-line shell
script.
example usage is
request / on the default server
./gemini-request.sh
request another url on the default server
./gemini-request.sh /gemlog
request from another host
./gemini-request.sh -h gemini.circumlunar.space /