https://github.com/crow-misia/http-ece
a simple implementation of encrypted-content-encoding for Go.
https://github.com/crow-misia/http-ece
ece golang
Last synced: 10 months ago
JSON representation
a simple implementation of encrypted-content-encoding for Go.
- Host: GitHub
- URL: https://github.com/crow-misia/http-ece
- Owner: crow-misia
- License: mit
- Created: 2019-04-29T06:38:59.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-02-24T21:38:39.000Z (10 months ago)
- Last Synced: 2025-02-24T22:31:05.202Z (10 months ago)
- Topics: ece, golang
- Language: Go
- Homepage:
- Size: 119 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# http-ece
[](https://godoc.org/github.com/crow-misia/http-ece)
[](https://goreportcard.com/report/github.com/crow-misia/http-ece)
[](LICENSE)
a simple implementation of encrypted-content-encoding for Go.
# Requirements
Go 1.20 and beyond.
# Install
```shell
go get -u github.com/crow-misia/http-ece
```
# Build
```shell
go install golang.org/x/tools/cmd/stringer
go generate
go build
```
# License
MIT