You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.d.ts
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -276,8 +276,9 @@ declare module 'egg' {
276
276
* @property {String | RegExp | Function | Array} ignore - won't parse request body when url path hit ignore pattern, can not set `ignore` when `match` presented
277
277
* @property {String | RegExp | Function | Array} match - will parse request body only when url path hit match pattern
278
278
* @property {String} encoding - body encoding config, default utf8
279
-
* @property {String} formLimit - form body size limit, default 100kb
0 commit comments