mirror of
https://github.com/kataras/iris.git
synced 2025-12-17 09:57:01 +00:00
Vol2 : https://github.com/kataras/iris/issues/717, worked
Former-commit-id: f4a19eb83a28279782b8a75ee298b38c9e180157
This commit is contained in:
5
iris.go
5
iris.go
@@ -303,6 +303,11 @@ var (
|
||||
//
|
||||
// A shortcut for the `context#LimitRequestBodySize`.
|
||||
LimitRequestBodySize = context.LimitRequestBodySize
|
||||
// Gzip is a middleware which enables writing
|
||||
// using gzip compression, if client supports.
|
||||
//
|
||||
// A shortcut for the `context#Gzip`.
|
||||
Gzip = context.Gzip
|
||||
// FromStd converts native http.Handler, http.HandlerFunc & func(w, r, next) to context.Handler.
|
||||
//
|
||||
// Supported form types:
|
||||
|
||||
Reference in New Issue
Block a user