Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liou2021/go-gzip-api
golang gzip api sample
https://github.com/liou2021/go-gzip-api
gin golang gzip http
Last synced: 26 days ago
JSON representation
golang gzip api sample
- Host: GitHub
- URL: https://github.com/liou2021/go-gzip-api
- Owner: LIOU2021
- Created: 2023-04-09T06:27:57.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-04-09T07:11:36.000Z (over 1 year ago)
- Last Synced: 2024-04-02T04:11:16.436Z (9 months ago)
- Topics: gin, golang, gzip, http
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
- 情境假設為遇到一些http body偏大的API需求時,想把body用gzip
- server的部分我實作兩個範例
- ./server 是golang 原生http 套件做的
- ./gin 是用gin 框架做的