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
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
Robert Fridzema
69d5a4c2c0
Tiny fix
2017-08-21 14:56:27 +02: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
Khalid Jebbari
e167b82a86
Add a note that several requests can cancelled with the same token.
...
I asked the question in #516 , pretty sure it will help other people too.
2016-11-05 17:50:28 +01:00
Marc Mignonsin
df6d3ce6cf
Support proxy auth ( #483 )
...
* Adding proxy auth
2016-10-19 11:02:42 +02:00
Nick Uraltsev
2f7be51ae8
Updating README.md
2016-10-10 18:04:17 -07:00
Teemu Heikkilä
2e0adc1cae
Add OPTIONS-method as a shortcut
2016-09-29 18:54:17 +03:00
Nick Uraltsev
216e2a6787
Adding axios.isCancel method
2016-09-21 18:47:37 -07:00
Nick Uraltsev
920769d0d7
Improve docs
2016-09-20 19:54:24 -07:00
Nick Uraltsev
5efca1ebbc
Updating docs
2016-09-18 14:16:27 -07:00
Andy Kogut
58a734e652
README.md: Add missing comma
2016-08-30 18:57:45 +03:00
Matt Zabriskie
0b8c86e297
Updating README
2016-08-29 22:30:43 -06:00
Nick Uraltsev
8bbe4c86b6
Update README.md
2016-08-27 09:37:15 -07:00
Hubert Boma Manilla
93ae90ae6e
Adding support for http_proxy and https_proxy environment variables
2016-08-24 09:05:26 -07:00
Dylan Lundy
63f41b53aa
Splitting progress event handlers into upload and download handlers
2016-08-22 21:52:59 -07:00
Axel Bocciarelli
1525e8771b
Fixing doc on accessing response with then/catch
...
Docs were suggesting that accessing the response with `catch` was the same as accessing it with `then`. Split the two cases and point to the Handling Errors section. Also mention the case where a rejection callback is specified as second parameter of `then`.
2016-08-09 13:24:24 +10:00
Rubén Norte
f504dbaba8
Adding documentation for httpAgent and httpsAgent in README
2016-07-25 00:08:17 +02:00
Rubén Norte
157efd5615
Changing adapter signature to receive config and return promises
2016-07-09 21:30:16 +02:00
Matt Zabriskie
54f3a5dd93
Updating SauceLabs matrix
2016-06-28 08:58:18 -06:00
Nick Uraltsev
a7e4e69f6f
Update README.md
2016-06-14 15:22:03 -07:00