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

76 Commits

Author SHA1 Message Date
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
Nick Uraltsev 7843bfdfda Update README.md: instantiation 2015-10-27 23:44:14 -07:00
David Fournier 14ede9e18e Add support third-party library to serialize url params 2015-10-27 11:54:44 +01:00
mzabriskie 87d8364675 Updating README 2015-09-29 00:15:28 -06:00
mzabriskie b689bde4dd Updating README 2015-09-28 23:46:12 -06:00
mzabriskie 76ab0ae1a7 Updating README 2015-09-28 23:31:43 -06:00
mzabriskie 915bef962d Updating devDependencies 2015-09-28 23:31:14 -06:00
mzabriskie c221d039a9 Updating README 2015-09-23 11:59:21 -06:00
Davis Barber 261e41644d Add 'progress' config option for monitoring progress events for uploads and downloads. 2015-08-26 17:32:19 -04:00
mzabriskie b7b0b5d6f5 Updating README 2015-08-10 19:00:28 -06:00
mzabriskie 1d3dbd66bc Updating README 2015-08-10 19:00:28 -06:00
mzabriskie a3bf7e981d Updating README 2015-03-17 17:15:08 -06:00
mzabriskie 7387829d33 Updating README 2015-03-13 17:16:45 -06:00
mzabriskie bc49510b64 Updating README 2015-03-13 17:16:00 -06:00
mzabriskie 59763d3989 Updating README 2015-01-23 02:12:48 -07:00
Bret Little 7753adde2c Add a TypeScript definition for Axios with included tests 2014-11-18 15:53:04 -07:00