1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-18 02:17:05 +00:00

correctly handle recorded compressed response

see https://github.com/kataras/iris/issues/1569#issuecomment-664003098
This commit is contained in:
Gerasimos (Makis) Maropoulos
2020-07-26 20:28:31 +03:00
parent 613d3fc749
commit ad5e5d82ce
3 changed files with 24 additions and 8 deletions

View File

@@ -1,4 +1,5 @@
// package main contains an example on how to use the ReadForm, but with the same way you can do the ReadJSON & ReadJSON
// package main contains an example on how to use the ReadQuery,
// same way you can do the ReadJSON & ReadProtobuf and e.t.c.
package main
import (