Fork of go-gemini
Go to file
2021-02-20 15:52:54 -05:00
certificate certificate: Implement GetCertificate callback 2021-02-19 18:42:53 -05:00
examples examples/client: Remove dependency on go-xdg 2021-02-20 15:42:06 -05:00
tofu tofu: Implement PersistentHosts 2021-01-25 12:11:59 -05:00
.build.yml Add build manifest 2021-02-16 00:05:10 -05:00
client.go client: Make Get and Do accept a Context 2021-02-20 15:34:21 -05:00
doc.go doc: Update package documentation 2021-02-18 00:38:03 -05:00
fs.go handler: Make ServeGemini accept a Context 2021-02-20 15:49:14 -05:00
gemini.go Implement TimeoutHandler 2021-02-20 00:49:21 -05:00
go.mod Require Go 1.16 2021-02-16 18:50:42 -05:00
go.sum client: Support IDNs 2021-02-09 15:59:47 -05:00
handler.go handler: Make ServeGemini accept a Context 2021-02-20 15:49:14 -05:00
LICENSE Rename repository to go-gemini 2020-10-24 15:15:32 -04:00
mux_test.go handler: Make ServeGemini accept a Context 2021-02-20 15:49:14 -05:00
mux.go handler: Make ServeGemini accept a Context 2021-02-20 15:49:14 -05:00
punycode.go Make Request.Host optional 2021-02-14 19:02:34 -05:00
query.go Update QueryEscape documentation 2020-12-18 00:26:47 -05:00
README.md Add build status badge to README.md 2021-02-16 00:07:01 -05:00
request_test.go request: Allow User in URLs 2021-02-16 00:55:56 -05:00
request.go client: Make Get and Do accept a Context 2021-02-20 15:34:21 -05:00
response_test.go response: Implement Write method 2021-02-18 00:07:43 -05:00
response.go response: Implement Write method 2021-02-18 00:07:43 -05:00
server.go handler: Make ServeGemini accept a Context 2021-02-20 15:49:14 -05:00
status.go status: Fix typo 2021-02-17 12:23:03 -05:00
text.go Add missing error handling 2021-01-09 23:53:07 -05:00
timeout.go TimeoutHandler: Use provided context 2021-02-20 15:52:54 -05:00
vendor.go Rename repository to go-gemini 2020-10-24 15:15:32 -04:00

go-gemini

godocs.io builds.sr.ht status

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.

Compatible with version v0.14.3 of the Gemini specification.

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.