Fork of go-gemini
Go to file
2020-12-22 19:22:01 -05:00
examples examples/client: Fix fingerprint check 2020-12-19 13:44:33 -05:00
.gitignore
cert.go
client.go client: Verify expiration time 2020-12-19 13:43:47 -05:00
fs.go
gemini.go Add ReadRequest and ReadResponse functions 2020-12-18 01:42:05 -05:00
go.mod
LICENSE
mux.go
query.go Update QueryEscape documentation 2020-12-18 00:26:47 -05:00
README.md
request.go Update Request documentation 2020-12-18 01:43:18 -05:00
response.go client: Close connection for unsuccessful responses 2020-12-22 19:22:01 -05:00
server.go Add ResponseWriter.Flush function 2020-12-18 13:15:34 -05:00
status.go
text.go
tofu.go Decouple Client from KnownHostsFile 2020-12-17 19:50:26 -05:00
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.