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

26 Commits

Author SHA1 Message Date
mzabriskie 6d03e0bd4e Fixing issues with strict mode
closes #45
2015-03-10 14:28:43 -06:00
mzabriskie ace6a04671 Noting that jasmine-ajax 3.0.0 is needed 2015-02-17 09:55:11 -07:00
mzabriskie 0438dd3bac Updating karma 2015-02-17 01:11:39 -07:00
mzabriskie e880940099 Stray console.log 2015-02-02 23:11:09 -07:00
mzabriskie 0412c7666e Fixing issue with multibyte characters in node
closes #38
2015-02-02 22:04:18 -07:00
mzabriskie 59093a9c61 Adding tests for responseType arraybuffer 2015-02-02 21:12:08 -07:00
mzabriskie 9e3830cf92 Adding support for removing interceptors 2015-01-23 01:32:54 -07:00
torkvalo ecd9f7391c Fixes failing tests for the IE8/IE9 capitalized verb bug. 2014-12-10 13:37:11 +01:00
Matt Zabriskie b9fb9fec49 Merge pull request #27 from jmdobry/feature-interceptors
Adding support for interceptors
2014-12-08 12:27:48 -07:00
Jason Dobry 5bb39f3279 Initial interceptor implementation. 2014-12-06 00:14:28 -07:00
Bret Little 7753adde2c Add a TypeScript definition for Axios with included tests 2014-11-18 15:53:04 -07:00
mzabriskie ede39aaea9 Adding tests for transformers 2014-10-05 17:27:25 -06:00
mzabriskie 1b803fb233 Moving stuff to helpers/ 2014-09-22 11:12:24 -06:00
mzabriskie f406b092fc Fixing failing tests 2014-09-22 10:47:41 -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 e1aa04ccee Fixing issue #3 2014-09-16 18:23:31 -06:00
mzabriskie 59eb2b6204 Fixing issue #8 2014-09-16 11:52:56 -06:00
mzabriskie 1fa35ced3c Fixing issue #7 2014-09-16 11:51:29 -06:00
Matt Zabriskie c43f2b9710 Adding support for all and spread 2014-09-05 15:48:58 -06:00
Matt Zabriskie 7aef479c7e Adding xsrf protection 2014-08-29 01:17:40 -06:00
Matt Zabriskie cec3482ff7 Moving utility functions into utils 2014-08-28 12:33:53 -06:00
Matt Zabriskie d49cb34591 Updating forEach to handle non iterable values 2014-08-27 14:05:27 -06:00
Matt Zabriskie c0a9184739 Using response headers 2014-08-27 03:12:29 -06:00
Matt Zabriskie 514e281a1b Adding support for params 2014-08-27 02:08:39 -06:00
Matt Zabriskie 9096d34186 Breaking up complexity of main axios file 2014-08-27 01:06:19 -06:00
Matt Zabriskie 0d0b837020 Adding nodeunit 2014-08-27 01:03:49 -06:00