68a8f712c8
fix eslint errors
2016-05-19 07:52:01 -07:00
3d1efa57a0
splip in lodash-migrate for debugging
2016-05-19 07:28:52 -07:00
04dfa9deef
add some tests to make sure the createNodeAgent config works
2016-01-05 10:09:13 -07:00
7f468d2064
Unify auth handling in the Host class
...
- flatten auth config to an Authorization header when the Host is created
- remove individual Authorization handling from connectors
- removed incomplete support for per-request auth
- use per-request headers to provide your own Authorization header per request
2015-04-10 09:46:21 -07:00
c991b589a4
transition away from lodash-node
2015-03-17 11:59:06 -07:00
93ea7a3fac
save
2015-01-06 07:08:17 -07:00
4fc1c91634
add SSL configuration options
2015-01-05 12:56:48 -07:00
eb4e0136a6
added a few tests checking the headers actually being set
2014-09-08 13:11:15 -07:00
a0ffe50745
converted decompression to use streams rather than callbacks
2014-09-04 16:05:54 -07:00
83b6400000
adding check and test for deflate algo
2014-09-04 18:14:42 -03:00
aec0333a91
This will add the capability for handling gzipped content to the
...
http connector. On one hand, the response is handled with buffers
instead of assuming it is a string, and then depending on the
presence of the "content-encoding" header, will try to uncompress
the response or return it as it is. Either way, it will try to
handle the final result as an utf8 encoded string
2014-09-02 14:48:27 -03:00
00a721a112
another attempt to prevent failures because of visionmedia/mocha#1292
2014-07-30 10:10:41 -07:00
5ade73c8bb
forcing the latest version of mocha because of visionmedia/mocha#1292
2014-07-30 10:06:49 -07:00
017a554683
fixed the match action in the yaml tests to follow updated conventions.
2014-07-29 22:03:20 -07:00
e8144714a8
added feature detection for native KeepAlive support in 0.11
2014-07-10 18:06:14 -07:00
b1ee674613
fixed tests for host that were too specific to begin with
2014-04-01 18:23:05 -07:00
af89a4917f
test fixes...
2014-03-28 16:11:00 -07:00
6ca5453195
updated the keepalive test so that it uses IPC instead of output parsing.
2014-03-27 10:41:01 -07:00
ffea4eb478
tests now look for the 1.0 API by default
2014-03-27 08:08:37 -07:00
697c761b71
fixed the force closing of the forever agent, which was removing items from the same array it was itterating.
2014-02-17 01:11:53 -07:00
257d596207
attempting to diagnos random issues with the client.close() test
2014-02-10 13:49:02 -07:00
1dca382625
turns out 1 second might not be enough
2014-02-07 14:00:05 -07:00
a09c6268a2
on node 0.8 cp.fork does not let the process die when the event loop is empty
2014-02-07 13:39:01 -07:00
327f191056
fixed and added a test for keepalive connection pool forced shutdown
2014-02-06 22:30:29 -07:00
9d1f6067f5
unit tests for the forever-agent change
2014-02-06 14:34:12 -07:00
513486f372
updated loggers to write the actual url
2014-01-28 16:45:39 -07:00