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

56 Commits

Author SHA1 Message Date
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
mzabriskie 7e422d1463 Updating README 2014-10-15 12:10:26 -06:00
mzabriskie 8c3fc8fa8a Updating README 2014-09-29 22:41:49 -06:00
Mathieu Bruyen 095a204c5b Allow ArrayBuffer and related views as data
In order to push binary data under the form of ArrayBuffer and
its related views (Int8Array, ...) one needs not to stringify
those.

For the XHR adapter there is nothing to do as it natively supports
ArrayBuffer in req.send().

Node's http adapter supports only string or Buffer thus a
transformation to Buffer is required before setting content length
header.
2014-09-18 09:17:46 +02:00
mzabriskie db3f59984b Updating README 2014-09-16 12:09:44 -06:00
mzabriskie 679ec09b39 Updating README 2014-09-16 12:03:46 -06:00
mzabriskie ec931f6abb Updating README 2014-09-12 14:40:49 -06:00
mzabriskie 962dda093d Updating README 2014-09-12 13:45:57 -06:00
mzabriskie 10934965cc Updating README 2014-09-12 13:44:46 -06:00
Matt Zabriskie 743f8683da Updating README 2014-09-08 10:49:01 -06:00
Matt Zabriskie 2e0e340326 Updating README 2014-09-08 10:47:44 -06:00
Matt Zabriskie c279d3c680 Updating README 2014-09-08 10:47:04 -06:00
Matt Zabriskie 50955aba50 Updating README 2014-09-05 15:59:02 -06:00
Matt Zabriskie 38ad8fef20 Updating README 2014-09-02 12:41:11 -06:00
Matt Zabriskie 839fcca5e2 Updating README 2014-08-29 17:00:18 -06:00
Matt Zabriskie 5a00ff00e8 Updating README 2014-08-29 16:59:43 -06:00
Matt Zabriskie 0b0ef29be0 Updating README 2014-08-29 16:57:17 -06:00
Matt Zabriskie a3e5e7d2c1 Updating README 2014-08-29 16:40:02 -06:00
Matt Zabriskie 9608790380 Updating README 2014-08-29 16:36:09 -06:00
Matt Zabriskie 1c35eaadc0 Updating README 2014-08-29 14:42:17 -06:00
Matt Zabriskie 5e6e269b54 Updating README 2014-08-29 01:23:48 -06:00