Justin Beckwith
c65065ac0f
capture errors on request data streams
2018-03-15 22:12:42 -07:00
Emily Morehouse
4ea77b70b7
Follow up to #1070 :
...
- Adding information in README for socketPath when used with a proxy
- Adding an HTTP test for socketPath option
2018-02-16 17:18:58 -07: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
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
Jeremy Fowler
188334439f
support node buffers less than 8192 bytes ( #773 )
2017-04-08 13:55:34 +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
Marc Mignonsin
df6d3ce6cf
Support proxy auth ( #483 )
...
* Adding proxy auth
2016-10-19 11:02:42 +02:00
Nick Uraltsev
72dd897bb5
Adding cancellation support
2016-09-17 11:52:56 -07:00
Nick Uraltsev
65ffdaefe8
Fixing build failure
2016-08-24 15:42:03 -07:00
Hubert Boma Manilla
93ae90ae6e
Adding support for http_proxy and https_proxy environment variables
2016-08-24 09:05:26 -07:00
Christian Schuhmann
1ffcbb0369
Fixing Authorization header with basic auth
...
The http adapater did not remove a custom Authorization header when auth is set.
2016-08-04 08:34:07 +02:00
Nick Uraltsev
91dae3c4ad
Improve error handling
2016-06-13 13:56:08 -07:00
Nick Uraltsev
5c5a94007c
Adding test for maxRedirects option
2016-05-31 18:29:32 -07:00
Nick Uraltsev
4e7ca3dea3
Resolving conflicts and modifying http adapter to not change status code error range
2016-05-31 17:53:45 -07:00
Nick Uraltsev
600653e293
Adding test for compression error handling
2016-05-18 19:47:12 -07:00
dublx
a04077a17d
Choose between follow-redirects or core
2016-04-22 15:47:16 +01:00
Nick Uraltsev
d23f9d5d47
Add support for Stream
2016-04-14 17:38:35 -07:00
bomsy
fefa23a8dd
Adding config option to restrict based on the size of the response co…
2016-03-25 23:50:52 +00:00
Matt Zabriskie
e2fbc68960
Removing console.log
2016-03-03 22:43:38 -07:00
Andrew Crites
116f5fca88
Fixing 245:
...
Formatting and adding tests
2016-02-28 22:51:20 -05:00
Matt Zabriskie
7a16f72895
Improving logic for handling timeout in node
...
closes #124
2016-01-22 16:27:54 -07:00
Gary Chambers
f44d9ce677
Fixing redirect behaviour
2016-01-19 14:51:14 +00:00
Konstantin Baumann
32dfc1d9e0
add test case for transparent decompression for content-encoding being set in the response headers
2015-11-12 11:34:07 +01:00
mzabriskie
fc12b933f7
Moving many nodeunit tests to jasmine
2015-03-18 17:12:51 -06:00