Fork of go-gemini
Go to file
2021-02-08 12:53:37 -05:00
certificate
examples
tofu
.gitignore
client.go Make TLS field nil for unencrypted connections 2021-02-08 12:32:49 -05:00
doc.go
fs.go Rename Responder to Handler 2021-02-08 12:50:52 -05:00
gemini.go
go.mod
LICENSE
mux.go Rename Responder to Handler 2021-02-08 12:50:52 -05:00
query.go
README.md Update README.md 2021-02-08 12:53:37 -05:00
request.go Make TLS field nil for unencrypted connections 2021-02-08 12:32:49 -05:00
response.go Make TLS field nil for unencrypted connections 2021-02-08 12:32:49 -05:00
server.go Rename Responder to Handler 2021-02-08 12:50:52 -05:00
status.go
text.go
vendor.go

go-gemini

godocs.io

Package gemini implements the Gemini protocol in Go.

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

Usage

import "git.sr.ht/~adnano/go-gemini"

Examples

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

go run examples/server.go

Contributing

Send patches and questions to ~adnano/go-gemini-devel.

Subscribe to release announcements on ~adnano/go-gemini-announce.