gin/render
Segev Finer 20440b96b9 Support negative Content-Length in DataFromReader (#1981)
You can get an http.Response with ContentLength set to -1 (Chunked encoding), so
for DataFromReader to be useful for those we need to support that.
2019-08-05 09:42:59 +08:00
..
data.go chore: add some annotations (#1544) 2018-09-15 10:23:32 +08:00
html.go chore: add some annotations (#1550) 2018-09-15 15:21:54 +08:00
json.go use encode replace json marshal increase json encoder speed (#1546) 2019-05-22 07:48:50 +08:00
msgpack.go chore: add some annotations (#1544) 2018-09-15 10:23:32 +08:00
protobuf.go fix errcheck warnings (#1739) 2019-01-18 09:32:53 +08:00
reader.go Support negative Content-Length in DataFromReader (#1981) 2019-08-05 09:42:59 +08:00
redirect.go v1.4.0 + #1631 (remove go1.6/go1,7 support) (#1851) 2019-05-07 18:32:32 +08:00
render_test.go Support negative Content-Length in DataFromReader (#1981) 2019-08-05 09:42:59 +08:00
render.go chore: add some annotations (#1544) 2018-09-15 10:23:32 +08:00
text.go fix errcheck warnings (#1739) 2019-01-18 09:32:53 +08:00
xml.go chore: add some annotations (#1544) 2018-09-15 10:23:32 +08:00
yaml.go fix errcheck warnings (#1739) 2019-01-18 09:32:53 +08:00