1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-20 03:17:04 +00:00

add context.Protobuf, MsgPack, ReadProtobuf, ReadMsgPack methods

Former-commit-id: 39d547ecfb1516505a1eb76a12a1f6e9e4111962
This commit is contained in:
Gerasimos (Makis) Maropoulos
2020-04-08 16:48:22 +03:00
parent ee4213f72d
commit 837787104b
16 changed files with 215 additions and 40 deletions

View File

@@ -83,7 +83,7 @@ func main() {
})
// Listen for incoming HTTP/1.x & HTTP/2 clients on localhost port 8080.
app.Listen(":8080", iris.WithCharset("UTF-8"))
app.Listen(":8080", iris.WithCharset("utf-8"))
}
func logThisMiddleware(ctx iris.Context) {