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: README.md
+2-3
Original file line number
Diff line number
Diff line change
@@ -423,10 +423,9 @@ apiMocker('/api', {
423
423
With that option, you can mock only specific urls simply.
424
424
425
425
## Body parser
426
-
By default request body is pre-processed with [body-parser](https://github.com/expressjs/body-parser).
427
-
Default body-parser configuration uses JSON parser. Example belows configures usage of `json` (default) parser
428
426
429
-
In order to disable dfault pre-processing set `bodyParser` option to `false`.
427
+
By default request body is pre-processed with [body-parser](https://github.com/expressjs/body-parser). Default body-parser configuration uses JSON parser. Example belows configures usage of `json` (default) parser. In order to disable default pre-processing set `bodyParser` option to `false`.
0 commit comments