mirror of
https://github.com/gin-gonic/gin.git
synced 2026-04-11 14:11:46 +08:00
`Gin` now have the `protobufBinding` function to check the request format, but didn't have a protobuf response function like `c.YAML()`. In our company [ByteDance](http://bytedance.com/), the largest internet company using golang in China, we use `gin` to transfer __Protobuf__ instead of __Json__, we have to write some internal library to make some wrappers to achieve that, and the code is not elegant. So we really want such a feature. |
||
|---|---|---|
| .. | ||
| data.go | ||
| html.go | ||
| json.go | ||
| msgpack.go | ||
| protobuf.go | ||
| reader.go | ||
| redirect.go | ||
| render_test.go | ||
| render.go | ||
| text.go | ||
| xml.go | ||
| yaml.go | ||