Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

- 情境假設為遇到一些http body偏大的API需求時,想把body用gzip
- server的部分我實作兩個範例
- ./server 是golang 原生http 套件做的
- ./gin 是用gin 框架做的