We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db193f5 commit d234345Copy full SHA for d234345
README.md
@@ -47,7 +47,7 @@ app.use(async ctx => {
47
## Options
48
49
* **enableTypes**: parser will only parse when request type hits enableTypes, default is `['json', 'form']`.
50
-* **encode**: requested encoding. Default is `utf-8` by `co-body`.
+* **encoding**: requested encoding. Default is `utf-8` by `co-body`.
51
* **formLimit**: limit of the `urlencoded` body. If the body ends up being larger than this limit, a 413 error code is returned. Default is `56kb`.
52
* **jsonLimit**: limit of the `json` body. Default is `1mb`.
53
* **textLimit**: limit of the `text` body. Default is `1mb`.
0 commit comments