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

674 Commits

Author SHA1 Message Date
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
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
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
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
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
Wyatt Cready df6b46c076 Add caret 2017-04-08 14:15:07 -04:00
Wyatt Cready 04982a2ef9 Update follow-redirects dependency
Using the follow-redirects 1.0.0 causes this reported write after end issue: https://github.com/olalonde/follow-redirects/issues/50. It looks like the problem with follow-redirects was fixed in 1.1.0 https://github.com/olalonde/follow-redirects/commit/9eec6f0fb8d1c51dbd9be732ce1e2c794a01b652 but if axios is going to update the dependency it might as well update to the latest version now.
2017-04-08 11:30:02 -04:00
Rubén Norte 19644bac7b Adding documentation for Buffer data 2017-04-08 14:04:10 +02:00
Jeremy Fowler 188334439f support node buffers less than 8192 bytes (#773) 2017-04-08 13:55:34 +02:00
Ross Olson bbfbeff4bc Minor grammar/line length changes (#547) 2017-04-08 13:29:37 +02:00
Khaled Garbaya a784774981 Adding comment about header names (#778)
Header names are lower cased by axios Which make sense since the header names are case insensitive.
2017-04-08 13:19:24 +02:00
Rubén Norte 88cc84c91e Adding documentation for response.request 2017-04-08 12:57:48 +02:00
Rubén Norte 84d9a41850 Adding code to assign the last request to axios response 2017-04-08 12:47:20 +02:00
Rubén Norte e5beab045c Adding test checking the request in axios response is the last in a redirect 2017-04-08 12:45:54 +02:00
Nick Uraltsev 08eb98582e Merge pull request #818 from carlosromel/patch-1
Update README.md
2017-04-07 21:26:16 -07:00
Nick Uraltsev 21b43edd1d Merge pull request #826 from mzabriskie/github-templates
Adding templates for issues and pull requests
2017-04-07 21:05:52 -07:00
Rubén Norte 34b63f8ce2 Adding additional instruction line 2017-04-08 00:16:52 +02:00
Rubén Norte bb57daab1a Adding templates for issues and pull requests 2017-04-08 00:13:25 +02:00
Carlos Romel Pereira da Silva 23c4dfcf55 Update README.md 2017-04-05 12:56:59 -03:00
Matt Zabriskie a8dab5767c Merge pull request #741 from model3volution/Update/readme
adding sample code to GET images
2017-04-03 14:17:30 -07:00
Nick Uraltsev 19b7948480 Releasing 0.16.0 2017-03-31 19:29:37 -07:00
Nick Uraltsev e6ffc521d2 Updating Upgrage Guide 2017-03-31 19:25:22 -07:00
Nick Uraltsev 8d675bb47a Merge branch 'master' of github.com:mzabriskie/axios 2017-03-31 18:46:43 -07:00
Nick Uraltsev 5b904d5f58 Updating changelog 2017-03-31 18:46:36 -07:00