2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-05 16:42:32 +03:00
This commit is contained in:
Robert Fridzema
2017-08-21 14:56:27 +02:00
committed by GitHub
parent 07a7b7c84c
commit 69d5a4c2c0
+1 -1
View File
@@ -577,7 +577,7 @@ var querystring = require('querystring');
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