1
0
Fork 0
mirror of https://git.sr.ht/~adnano/go-gemini synced 2024-05-23 13:06:04 +02:00
Go implementation of the Gemini protocol
Go to file
Adnan Maolood 9506f69f1a Refactor 2020-10-21 17:07:28 -04:00
examples Rename Handler to Responder 2020-10-21 16:28:50 -04:00
.gitignore Implement certificate creation 2020-09-27 13:50:48 -04:00
LICENSE Update project name in LICENSE 2020-10-13 20:27:56 -04:00
README.md Update README.md 2020-10-12 16:39:01 -04:00
cert.go Remove NewRawCertificate function 2020-10-13 17:33:14 -04:00
client.go Refactor 2020-10-21 17:07:28 -04:00
doc.go Refactor 2020-10-21 17:07:28 -04:00
fs.go Rename Handler to Responder 2020-10-21 16:28:50 -04:00
gmi.go Rename gemini.go to gmi.go 2020-10-13 20:10:18 -04:00
go.mod Remove dependency on golang.org/x/crypto 2020-10-11 21:55:30 -04:00
request.go Refactor 2020-10-21 17:07:28 -04:00
response.go Refactor 2020-10-21 17:07:28 -04:00
server.go Refactor 2020-10-21 17:07:28 -04:00
text.go Add (Text).HTML function to render text to HTML 2020-10-15 00:38:05 -04:00
tofu.go KnownHosts: use map instead of slice for underlying storage 2020-10-13 19:54:48 -04:00
vendor.go Move certificate verification code to VerifyConnection 2020-10-13 16:44:46 -04:00

gmi

GoDoc

Package gmi implements the Gemini protocol in Go.

It aims to provide an API similar to that of net/http to make it easy to develop Gemini clients and servers.

Examples

There are a few examples provided in the examples directory. To run the examples:

go run examples/server.go