Fork of go-gemini
Go to file
2021-02-09 09:46:13 -05:00
certificate certificate: Add Dir.Entries function 2021-01-14 21:19:27 -05:00
examples Use plain integers to represent status codes 2021-02-09 09:46:13 -05:00
tofu tofu: Implement PersistentHosts 2021-01-25 12:11:59 -05:00
.gitignore Implement certificate creation 2020-09-27 13:50:48 -04:00
client.go Make TLS field nil for unencrypted connections 2021-02-08 12:32:49 -05:00
doc.go Guarantee that (*Response).Body is not nil 2021-01-15 15:18:00 -05:00
fs.go Rename Responder to Handler 2021-02-08 12:50:52 -05:00
gemini.go Move documentation back to doc.go 2021-01-10 01:16:50 -05:00
go.mod Rename repository to go-gemini 2020-10-24 15:15:32 -04:00
LICENSE Rename repository to go-gemini 2020-10-24 15:15:32 -04:00
mux.go Rename Responder to Handler 2021-02-08 12:50:52 -05:00
query.go Update QueryEscape documentation 2020-12-18 00:26:47 -05:00
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 Use plain integers to represent status codes 2021-02-09 09:46:13 -05:00
server.go Rename Responder to Handler 2021-02-08 12:50:52 -05:00
status.go Use plain integers to represent status codes 2021-02-09 09:46:13 -05:00
text.go Add missing error handling 2021-01-09 23:53:07 -05:00
vendor.go Rename repository to go-gemini 2020-10-24 15:15:32 -04:00

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.