Skip to content

Commit

Permalink
doc: add decode & encode method into querystring.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ZYSzys committed Feb 14, 2019
1 parent 3f9beab commit e3fdb15
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions doc/api/querystring.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,20 @@ query strings. It can be accessed using:
const querystring = require('querystring');
```

## querystring.decode()
<!-- YAML
added: v0.1.99
-->

The `querystring.decode()` function is an alias for `querystring.parse()`.

## querystring.encode()
<!-- YAML
added: v0.1.99
-->

The `querystring.encode()` function is an alias for `querystring.stringify()`.

## querystring.escape(str)
<!-- YAML
added: v0.1.25
Expand Down

0 comments on commit e3fdb15

Please sign in to comment.