mirror of https://github.com/gin-gonic/gin.git
efdd3c8b81
`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.go | ||
render_test.go | ||
text.go | ||
xml.go | ||
yaml.go |