diff options
author | 2022-02-19 12:12:41 +0100 | |
---|---|---|
committer | 2022-02-19 12:12:41 +0100 | |
commit | a089a98ea9874f339e635700dfdb00c91f10b4d5 (patch) | |
tree | f19a0fd85740756be16fad9a25abfb5d4ebb8f0a /README.md | |
parent | [feature] Stream files via reader (#404) (diff) | |
download | gotosocial-a089a98ea9874f339e635700dfdb00c91f10b4d5.tar.xz |
[feature] Gin enable gzip encoding (#405)
* add gin gzip dependency
* add gzip middleware to router
* go mod tidy
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -176,6 +176,7 @@ The following libraries and frameworks are used by GoToSocial, with gratitude ðŸ - [coreos/go-oidc](https://github.com/coreos/go-oidc); OIDC client library. [Apache-2.0 License](https://spdx.org/licenses/Apache-2.0.html). - [gin-gonic/gin](https://github.com/gin-gonic/gin); speedy router engine. [MIT License](https://spdx.org/licenses/MIT.html). - [gin-contrib/cors](https://github.com/gin-contrib/cors); Gin CORS middleware. [MIT License](https://spdx.org/licenses/MIT.html). + - [gin-contrib/gzip](https://github.com/gin-contrib/gzip); Gin gzip middleware. [MIT License](https://spdx.org/licenses/MIT.html). - [gin-contrib/sessions](https://github.com/gin-contrib/sessions); Gin sessions middleware. [MIT License](https://spdx.org/licenses/MIT.html) - [gin-contrib/static](https://github.com/gin-contrib/static); Gin static page middleware. [MIT License](https://spdx.org/licenses/MIT.html) - [go-fed/httpsig](https://github.com/go-fed/httpsig); secure HTTP signature library. [BSD-3-Clause License](https://spdx.org/licenses/BSD-3-Clause.html). |