1
0
Fork 0
mirror of https://git.sr.ht/~adnano/go-gemini synced 2024-05-19 00:46:04 +02:00
Go implementation of the Gemini protocol
Go to file
Adnan Maolood c639233ea1 tofu: Fix format in error message 2021-03-06 15:13:06 -05:00
certificate certificate.Store: Don't call os.MkdirAll 2021-03-06 13:11:11 -05:00
examples Move LoggingMiddleware out of examples/server.go 2021-03-05 11:35:01 -05:00
tofu tofu: Fix format in error message 2021-03-06 15:13:06 -05:00
.build.yml Add build manifest 2021-02-16 00:05:10 -05:00
LICENSE Rename repository to go-gemini 2020-10-24 15:15:32 -04:00
README.md Add build status badge to README.md 2021-02-16 00:07:01 -05:00
client.go client: Remove hostname verification check 2021-03-04 14:36:31 -05:00
doc.go response: Revert to using fields instead of methods 2021-02-24 18:50:40 -05:00
fs.go Require Go 1.16 2021-02-28 21:38:17 -05:00
gemini.go client: Ignore certificate expiration time 2021-03-04 14:35:51 -05:00
go.mod Require Go 1.16 2021-02-28 21:38:17 -05:00
go.sum client: Support IDNs 2021-02-09 15:59:47 -05:00
handler.go Add message argument to TimeoutHandler 2021-02-28 22:07:24 -05:00
io.go Move I/O utilities to io.go 2021-02-23 20:49:55 -05:00
middleware.go Move LoggingMiddleware out of examples/server.go 2021-03-05 11:35:01 -05:00
mux.go Make ResponseWriter an interface 2021-02-24 00:13:46 -05:00
mux_test.go Make ResponseWriter an interface 2021-02-24 00:13:46 -05:00
query.go Update documentation 2021-02-23 18:45:58 -05:00
request.go Request.WriteTo: return int64 2021-02-28 22:20:59 -05:00
request_test.go Make Request implement io.WriterTo 2021-02-28 22:16:38 -05:00
response.go Make Response implement io.WriterTo 2021-02-28 22:21:54 -05:00
response_test.go Replace uses of ioutil with io 2021-02-28 21:38:36 -05:00
server.go server: Disallow ServeConn usage after Shutdown 2021-02-24 19:25:52 -05:00
status.go Make Status a type 2021-02-20 16:16:32 -05:00
text.go text: Update documentation 2021-02-23 09:18:34 -05: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.