File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -232,12 +232,10 @@ any of the following keys:
232232
233233##### extended
234234
235- The ` extended ` option allows to choose between parsing the URL-encoded data
236- with the ` querystring ` library (when ` false ` ) or the ` qs ` library (when
237- ` true ` ). The "extended" syntax allows for rich objects and arrays to be
238- encoded into the URL-encoded format, allowing for a JSON-like experience
239- with URL-encoded. For more information, please
240- [ see the qs library] ( https://www.npmjs.org/package/qs#readme ) .
235+ The "extended" syntax allows for rich objects and arrays to be encoded into the
236+ URL-encoded format, allowing for a JSON-like experience with URL-encoded. For
237+ more information, please [ see the qs
238+ library] ( https://www.npmjs.org/package/qs#readme ) .
241239
242240Defaults to ` true ` , but using the default has been deprecated. Please
243241research into the difference between ` qs ` and ` querystring ` and choose the
You can’t perform that action at this time.
0 commit comments