Fork of go-gemini
Go to file
Adnan Maolood 37e5686764 Remove StatusClass* constants
Re-use the existing Status* constants and adjust StatusClass to return a
valid Status.
2021-02-14 16:01:39 -05:00
certificate
examples
tofu
.gitignore
client.go Update documentation 2021-02-14 15:50:41 -05:00
doc.go Update documentation 2021-02-09 10:00:04 -05:00
fs.go
gemini.go
go.mod client: Support IDNs 2021-02-09 15:59:47 -05:00
go.sum client: Support IDNs 2021-02-09 15:59:47 -05:00
LICENSE
mux.go
punycode.go client: Punycode request URL 2021-02-09 16:55:14 -05:00
query.go
README.md Add Gemini specification version to README.md 2021-02-09 15:50:54 -05:00
request.go Update documentation 2021-02-14 15:50:41 -05:00
response.go Remove StatusClass* constants 2021-02-14 16:01:39 -05:00
server.go Update documentation 2021-02-14 15:50:41 -05:00
status.go Remove StatusClass* constants 2021-02-14 16:01:39 -05:00
text.go
vendor.go

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.

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.