Fork of go-gemini
Go to file
2020-10-28 00:21:27 -04:00
examples Ensure absolute paths in client certificate store 2020-10-27 23:47:13 -04:00
.gitignore
cert.go Ensure absolute paths in client certificate store 2020-10-27 23:47:13 -04:00
client.go Store a reference to the Request in Response 2020-10-28 00:21:27 -04:00
doc.go
fs.go
gemini.go Restrict client certificates to certain paths 2020-10-27 23:34:06 -04:00
go.mod
LICENSE
README.md
request.go Reject schemes other than gemini:// in NewRequest 2020-10-27 21:18:05 -04:00
response.go Store a reference to the Request in Response 2020-10-28 00:21:27 -04:00
server.go Add Client.GetInput field 2020-10-27 23:35:22 -04:00
status.go Add Client.GetInput field 2020-10-27 23:35:22 -04:00
text.go
tofu.go
vendor.go

go-gemini

GoDoc

Package gemini 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.

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.