Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 635 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 635 Bytes

http-ece

GoDoc Go Report Card MIT License

a simple implementation of encrypted-content-encoding for Go.

Requirements

Go 1.20 and beyond.

Install

go get -u github.com/crow-misia/http-ece

Build

go install golang.org/x/tools/cmd/stringer
go generate
go build

License

MIT