An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# http-ece

[![GoDoc](https://godoc.org/github.com/crow-misia/http-ece?status.svg)](https://godoc.org/github.com/crow-misia/http-ece)
[![Go Report Card](https://goreportcard.com/badge/github.com/crow-misia/http-ece)](https://goreportcard.com/report/github.com/crow-misia/http-ece)
[![MIT License](https://img.shields.io/github/license/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