2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-18 12:39:44 +03:00
Commit Graph

91 Commits

Author SHA1 Message Date
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
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
Nick Uraltsev 91dae3c4ad Improve error handling 2016-06-13 13:56:08 -07:00
Matt Zabriskie 120e8f5557 Updating README 2016-06-05 07:38:16 -06:00
Nick Uraltsev ad260b575c Updating README.md 2016-05-31 18:51:21 -07:00
Matt Zabriskie 112f98dc18 Merge pull request #317 from nickuraltsev/urlsearchparams
Adding support for URLSearchParams
2016-05-24 20:40:25 -06:00
Joshua Egan 9a18c393cb Update README with request method on static api 2016-05-17 15:07:49 -06:00
Nick Uraltsev f20490eb6b Adding support for URLSearchParams 2016-05-07 12:26:28 -07:00
Matt Zabriskie 371c31a463 Updating README 2016-04-28 11:58:53 -06:00
Nick Uraltsev fa9444e0ba Allow custom HTTP status code error ranges (#308)
Adding support for custom HTTP status code error ranges
2016-04-26 14:18:58 -06:00
Matt Zabriskie 093593cbca Merge pull request #296 from nickuraltsev/stream
Adding support for Stream with HTTP adapter
2016-04-21 10:43:54 -06:00
Matt Zabriskie 2ebdd2de20 Merge pull request #280 from nickuraltsev/ecosystem
Adding ECOSYSTEM.md and Resources section
2016-04-20 23:05:44 -06:00
Jamison Dance 0ec09f7be9 Fix typo in readme 2016-04-18 14:04:03 -06:00
Nick Uraltsev d88bc12e59 Update README.md 2016-04-14 21:04:22 -07:00
Nick Uraltsev 256f87e954 Add Resources section to README.md 2016-03-31 13:04:30 -07:00
Matt Zabriskie 7c039e8994 Adding Gitter badge 2016-03-30 11:43:37 -06:00
bomsy fefa23a8dd Adding config option to restrict based on the size of the response co… 2016-03-25 23:50:52 +00:00
rupertrutland ff5cd292e3 Fix typo in readme 2016-03-15 19:46:45 +01:00
Matt Zabriskie 2306657482 Adding Edge to supported browsers 2016-03-09 18:55:38 -07:00
Matt Zabriskie 5fc59a65aa Resolving merge conflicts 2016-03-05 23:56:02 -07:00
Matt Zabriskie 7462c49a13 Updating README 2016-03-04 10:41:42 -07:00
Matt Zabriskie ab2fba805e Updating README 2016-03-04 10:39:11 -07:00
Matt Zabriskie 425aefec9f Adding Saucelabs browser matrix to README 2016-03-04 00:31:58 -07:00
Eric Mendes Dantas 53ddefe8ad doc(readme): uses latest syntax for Typescript import 2016-03-01 07:54:11 -03:00
Marcelo Jorge Vieira 02a1f2d9a0 Fixed typo in README.md
Replaced 'instace' with 'instance'
2016-01-25 14:58:11 -02:00
Matt Zabriskie 3edcfa25b7 Updating README 2016-01-24 15:03:11 -07:00
Matt Zabriskie b9bb6ae7aa Adding support for custom adapters 2016-01-17 15:29:10 -07:00
Matt Zabriskie 5d9ca93bd3 Merge pull request #160 from nickuraltsev/base-url
Add support for baseURL parameter
2015-12-11 11:45:51 -07:00
Idan Gazit af170334bd Dropping support for auth.user/pass
Only accept `username` and `password` as arguments
2015-12-10 17:21:31 +02:00
Idan Gazit 95df032fbd Abandoning URL embedded identities for Basic auth
Use an `Authorization` header instead, which is a safer choice than URL embedded identities (aka `http://user:pass@example.com`). [Chrome 19 dropped support][chromium128323] for URL embedded identities in XMLHttpRequest for security reasons.

Added documentation note about how this will overwrite any existing `Authorization` header that the user may have set.

[chromium128323]: https://code.google.com/p/chromium/issues/detail?id=128323
2015-12-09 13:21:07 +02:00
Idan Gazit e270c70d4d Documenting the HTTP Basic auth request config 2015-12-09 11:56:53 +02:00
Nick Uraltsev 2ab201f049 Update README.md: baseURL parameter 2015-11-22 01:32:59 -08:00