2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-30 15:24:11 +03:00
Commit Graph

138 Commits

Author SHA1 Message Date
Justin Beckwith 8e3b50c564 docs: es6ify the docs a little (#1461) 2018-04-08 00:18:56 -07:00
Justin Beckwith 7b11cc7181 docs: specify maxContentLength is in bytes (#1463) 2018-04-08 00:18:30 -07:00
Lim Jing Rong cb89fae28f docs: Added ES6 example in README (#1091)
The alternative way I added is more common and requested, as seen from issues
#362 , #350. Should be helpful for the beginners ( I was personally stuck for a bit too )
2018-04-06 20:52:06 -07:00
Justin Beckwith 88c24d85ee docs: clarify config order of precedence 2018-04-06 11:38:58 -07:00
Nick Uraltsev 9a6abd789f Merge pull request #869 from johntron/master
Adds option to specify character set in responses (with http adapter)
2018-03-10 09:13:04 -08:00
Emily Morehouse d4dc124f15 Merge pull request #1276 from dericcain/patch-1
Added a simple async/await example
2018-02-22 20:03:46 -07:00
Deric Cain 3ca049924e Actually added the Async example
Also, added notes about using Async/Await with caution
2018-02-21 08:46:48 -06:00
Emily Morehouse 5b2ea2e54c Merge pull request #1364 from MiguelMadero/mmadero/documents-timeout
Documents default
2018-02-17 09:28:47 -07:00
Emily Morehouse 4ea77b70b7 Follow up to #1070:
- Adding information in README for socketPath when used with a proxy
- Adding an HTTP test for socketPath option
2018-02-16 17:18:58 -07:00
Emily Morehouse ccc78899bb Merge pull request #1070 from Starfox64/master
Adding support for UNIX Sockets
2018-02-16 17:05:48 -07:00
MiguelMadero f7310ca083 Documents the timeout default 2018-02-14 17:49:39 -08:00
Emily Morehouse 14057dc0bd Merge pull request #1273 from jcrben/master
adding codetriage badge
2018-02-07 20:23:28 -07:00
Nero a8de2cf485 update example according to feedback from PR 2018-01-22 16:36:45 +00:00
Nero c51054f24d add example of cancelling a POST request to readme
it seems when cancelling a post request we need to specify cancellation token as an axios parameter and not as a data item.
2018-01-22 13:00:21 +00:00
Deric Cain d8cce2017d Added a simple async/await example
Since `async/await` is not widely used, and I have seen quite a few questions on how to actually use `async/await` with Axios, I figured it would be nice to have it in the readme, front and center.
2018-01-08 06:15:16 -06:00
Ben Creasy 547f3f31fa adding codetriage badge 2018-01-07 11:36:59 -08:00
Nick Uraltsev add023c25c Update build status badge URL 2017-10-20 08:02:01 -07:00
Nick Uraltsev 26b06391f8 Update links 2017-09-28 21:09:47 -07:00
Starfox64 85a48b2eaa Adding support for UNIX Sockets 2017-09-04 17:06:19 +02:00
Robert Fridzema 69d5a4c2c0 Tiny fix 2017-08-21 14:56:27 +02:00
John Syrinek 7340c5d5fb Adds option to specify character set in responses when using http adapter 2017-08-16 18:36:01 -05:00
Julien Roncaglia 07a7b7c84c Adding a way to disable all proxy processing (#691)
* Adding a way to disable all proxy processing

When the proxy field in configuration is === false all proxy processing is
disabled. This specifically disable the 'http_proxy' environment variable
handling.

Fixes #635
Related to #434

* Change readme wording

From review comment on PR (#691)
2017-08-14 13:38:44 +02:00
Ken Mayer db4acb2ec9 Documentation change for transformRequest (#955) 2017-08-12 15:02:43 +02:00
Thomas Landauer a7c9742942 Added link to caniuse.com (#954) 2017-08-12 15:02:22 +02:00
Rubén Norte 1e76ea36f3 Adding documentation for error.request 2017-04-08 21:44:41 +02:00
Nick Uraltsev fa582233af Merge pull request #828 from mzabriskie/feature/return-last-request-in-redirects
Return the last request made in axios response
2017-04-08 11:26:05 -07:00
Rubén Norte 19644bac7b Adding documentation for Buffer data 2017-04-08 14:04:10 +02:00
Ross Olson bbfbeff4bc Minor grammar/line length changes (#547) 2017-04-08 13:29:37 +02:00
Khaled Garbaya a784774981 Adding comment about header names (#778)
Header names are lower cased by axios Which make sense since the header names are case insensitive.
2017-04-08 13:19:24 +02:00
Rubén Norte 88cc84c91e Adding documentation for response.request 2017-04-08 12:57:48 +02:00
Matt Zabriskie a8dab5767c Merge pull request #741 from model3volution/Update/readme
adding sample code to GET images
2017-04-03 14:17:30 -07:00
Nick Uraltsev efc1f11f7c Merge pull request #781 from TomyJaya/TomyJaya-patch-1
Removing extra colon in README.md's proxy.auth
2017-03-26 21:12:57 -07:00
Nick Uraltsev 2fe95621b0 Merge pull request #461 from theikkila/master
Add OPTIONS-method as a shortcut
2017-03-26 21:06:24 -07:00
Teemu Heikkilä 8cdfcd0284 Fix options params, Change the order, Add documentation for instance also 2017-03-26 10:39:53 +03:00
Tomy Jaya 0104ad6c64 Removing extra colon in README.md's proxy.auth 2017-03-22 14:11:18 +08:00
Nick Uraltsev 5630d3be55 Fixing IE logo URL 2017-03-18 12:24:44 -07:00
Nick Uraltsev 202a890b93 Merge pull request #696 from simshanith/formdata-documentation
Updating transformRequest documentation to include FormData
2017-03-18 12:19:18 -07:00
Michael Liendo bf2163c68e adding sample code to GET images 2017-03-05 11:52:57 -06:00
Nick Uraltsev e411b98c29 Update README.md 2017-03-01 22:49:10 -08:00
Nick Uraltsev b1b986ddfe Merge pull request #671 from 38elements/adapter
Fixing docs for adapters
2017-03-01 22:46:02 -08:00
Nick Uraltsev 75a64389ba Adding link to adapters/README.md 2017-03-01 22:43:23 -08:00
Nick Uraltsev 161c616211 Merge pull request #676 from sloansparger/node-qs-readme-typo
Fixing missing closing paren in node querystring example in README
2017-03-01 21:08:23 -08:00
Jiri Spac 4d357d15a3 clarified proposal state 2017-02-14 08:38:25 +01:00
Shane Daniel d3f63807fe Updating transformRequest documentation to include FormData 2017-02-11 12:45:01 -08:00
Christopher Sparger 5780e16e8a Fixing missing closing paren in node querystring string example in README 2017-02-01 21:52:23 -06:00
38elements cb2e356315 Fixing document for adapter 2017-01-30 15:35:41 +09:00
Yo'av Moshe 68ec2abc4a Fixing example in README
It's missing an `)`
2017-01-11 00:22:51 +01:00
Akshat Garg 253131c31a Update the links of the browser logos in Readme (#616)
Change the links of the logos of different browsers according to the original repository.

Fixes #615
2017-01-08 14:55:01 +01:00
Nick Uraltsev 5faebabcd8 Update README.md 2016-11-17 22:17:53 -08:00
Nick Uraltsev 858e64c9a4 Update README.md 2016-11-17 22:13:56 -08:00