mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
@@ -577,7 +577,7 @@ var querystring = require('querystring');
|
|||||||
axios.post('http://something.com/', querystring.stringify({ foo: 'bar' }));
|
axios.post('http://something.com/', querystring.stringify({ foo: 'bar' }));
|
||||||
```
|
```
|
||||||
|
|
||||||
You can also use the `qs` library.
|
You can also use the [`qs`](https://github.com/ljharb/qs) library.
|
||||||
|
|
||||||
## Semver
|
## Semver
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user