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

1093 Commits

Author SHA1 Message Date
Nick Uraltsev 2c0e318321 Releasing 0.17.0 2017-10-21 11:00:45 -07:00
Nick Uraltsev c24b1cc5de Updating changelog 2017-10-21 10:57:53 -07:00
Nick Uraltsev add023c25c Update build status badge URL 2017-10-20 08:02:01 -07:00
Nick Uraltsev ada06d1522 Merge branch 'master' of github.com:axios/axios 2017-10-20 07:31:26 -07:00
Nick Uraltsev 94f1e21ba3 Fix SauceLabs config 2017-10-20 07:31:15 -07:00
Nick Uraltsev 7133141cb9 Merge pull request #1061 from d-fischer/ts-generic-response
Update TypeScript typings with generic type parameters
2017-10-20 07:16:23 -07:00
Nick Uraltsev 638804aa2c Merge pull request #1135 from kuitos/master
Adding axios-extensions to the ecosystem
2017-10-17 21:22:42 -07:00
Kuitos f06ee7390f Adding axios-extensions to the ecosystem 2017-10-18 11:26:49 +08:00
Michael McLellan 48ece5adbd Add request field to AxiosResponse type 2017-10-14 23:25:37 -04:00
Andrei Goncharov 1f333ca645 Update index.d.ts 2017-10-11 15:12:51 -06:00
ahmed ayoub 6566598603 allowing default method for an instance 2017-10-10 21:17:37 +02:00
Nick Uraltsev 26b06391f8 Update links 2017-09-28 21:09:47 -07:00
Nick Uraltsev 17e44c8ec9 Merge pull request #982 from ibci/use-XMLHttpRequest-for-IE10+
Use XMLHttpRequest in IE10+ instead of XDomainRequest
2017-09-27 21:22:09 -07:00
Nick Uraltsev 51b3ad6526 Merge pull request #987 from siddharthkp/master
Add bundlesize to test
2017-09-27 20:53:40 -07:00
Nick Uraltsev ab974a708d Merge pull request #1055 from fridzema/patch-1
Tiny fix
2017-09-27 20:51:51 -07:00
Nick Uraltsev 7f60dd8441 Merge pull request #1056 from jin5354/patch-1
Update ECOSYSTEM.md
2017-09-27 20:50:53 -07:00
Samuel Attard b01ce193a5 Allow overriding the used transport
This allows users of axios inside `electron` to provide the [`net`](https://electron.atom.io/docs/api/net/) module as the http transport instead of using nodes http/https modules.  This gives a whole bunch of things to Electron users including automatic proxy resolution.
2017-09-10 02:04:00 +10:00
Starfox64 85a48b2eaa Adding support for UNIX Sockets 2017-09-04 17:06:19 +02:00
Daniel Fischer b0dccc6f16 Updated TypeScript typings with generic type parameters for request methods & AxiosResponse 2017-08-29 20:53:49 +02:00
An Yan b26f351b6d Update ECOSYSTEM.md
add axios-cache-plugin to ECOSYSTEM.md
2017-08-22 10:48:25 +08:00
Robert Fridzema 69d5a4c2c0 Tiny fix 2017-08-21 14:56:27 +02:00
John Syrinek 7340c5d5fb Adds option to specify character set in responses when using http adapter 2017-08-16 18:36:01 -05: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
George Chung 62db26b588 add axiosist to ECOSYSTEM.md (#963) 2017-08-13 17:30:27 +02:00
pbarbiero fa3c6d22f7 Decorate resolve and reject to clear timeout 2017-08-12 15:37:12 -05: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
jdrydn b9ad308879 Update ECOSYSTEM.md (#941) 2017-08-12 15:01:05 +02:00
Tyler Brown fb08e95603 Duplicate header handling (#874)
* Update parseHeaders to match node http behavior

Node ignores duplicate entries for certain HTTP headers.

It also always converts the `set-cookie` header into an array.

* add tests for new duplicate header handling

* clarify comment
2017-08-12 14:58:10 +02:00
Haven 2b8562694e Fixing baseURL not working in interceptors (#950)
* Fixing baseURL not working in interceptors

* add test for  modify base URL in request interceptor
2017-08-12 14:15:27 +02:00
Michael Marvick 6508280bbf Updating Typescript typing for AxiosError to include request? param (#1015) 2017-08-12 13:12:20 +02:00
Raymond Rutjes f1fb3de38f refactor(http): use ClientRequest "aborted" value (#966) 2017-07-10 09:50:43 +02:00
Siddharth Kshetrapal 4c54a9265a Add bundlesize to test 2017-07-01 19:03:17 +05:30
ibci e8edb1e29a Update xhr.js 2017-06-27 13:20:45 -07:00
Nick Uraltsev 46e275c407 Releasing 0.16.2 2017-06-03 12:28:26 -07:00
Nick Uraltsev e040815977 Updating Changelog 2017-06-03 12:26:34 -07:00
Nick Uraltsev 3579da4cb0 Merge pull request #930 from luciy/master
Convert the method parameter to lowercase
2017-05-31 22:29:57 -07:00
杨春旭 e4e32120ce Convert the method parameter to lowercase 2017-05-31 22:53:11 +08:00
Nick Uraltsev d1278dfe35 Merge pull request #887 from fgnass/no-buffer-in-browser
No buffer in browser
2017-05-30 19:31:42 -07:00
Martin Joiner 1beb245f3a Fixing typo in comment blocks of createError() and enhanceError() functions (#857) 2017-05-28 22:03:40 +02:00
Felix Gnass c8494677bb use Buffer global in http.js
Since the http adapter is never used in the browser it's safe to use
the Buffer global and its isBuffer() method directly.
2017-05-04 23:43:59 +02:00
Felix Gnass c82753ce54 Use is-buffer instead of Buffer.isBuffer
The is-buffer module checks if an object is a Buffer without causing
Webpack or Browserify to include the whole Buffer module in the bundle.
2017-05-04 23:41:52 +02:00
Nick Uraltsev f31317aeca Merge pull request #830 from mzabriskie/feature/include-request-in-errors
Include underlying request in errors
2017-04-15 09:18:43 -07:00
Rubén Norte 1e76ea36f3 Adding documentation for error.request 2017-04-08 21:44:41 +02:00
Rubén Norte 22ce6db383 Adding request to error objects when it is available 2017-04-08 21:44:15 +02:00
Rubén Norte e0d59eb29b Adding failing tests that verify errors contain the request 2017-04-08 21:43:04 +02:00
Nick Uraltsev 5c8095e483 Releasing 0.16.1 2017-04-08 11:51:20 -07:00
Nick Uraltsev 982183c0e4 Updating changelog 2017-04-08 11:50:04 -07: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
Nick Uraltsev a18f039868 Merge pull request #829 from jcready/patch-3
Update follow-redirects dependency
2017-04-08 11:18:36 -07:00