files
in package.json (@SimenB)extend
module instead of util._extend (@simov)readResponseBody
method out of onRequestResponse
(@pvoisin)encoding
option documentation in README.md (@daniel347x)form
option (@simov)ca
in agentOptions
(@jeffcharles)extend
module to deep extend in the defaults method (@simov)timeout
option description (@watson)caseless
to 0.8.1 (@mmalecki)self.followRedirect
(@blakeembrey)noProxyHost
definition (@FredKSchott)new
operator that was missing when creating and throwing a new error (@FredKSchott)requester
on recursive calls to request.defaults
(@tikotzky)json
option used (@vvo)#727 fix requester bug (@jchris)
#715 Request.multipart no longer crashes when header 'Content-type' present (@pastaclub)
#710 Fixing listing in callback part of docs. (@lukasz-zak)
#696 Edited README.md for formatting and clarity of phrasing (@Zearin)
#690 Handle blank password in basic auth. (@diversario)
#674 change cookie module,to tough-cookie.please check it . (@sxyizhiren)
#666 make ciphers
and secureProtocol
to work in https request (@richarddong)
#656 Test case for #304. (@diversario)
#662 option.tunnel to explicitly disable tunneling (@seanmonstar)
#659 fix failure when running with NODE_DEBUG=request, and a test for that (@jrgm)
#619 decouple things a bit (@joaojeronimo)
#613 Fixes #583, moved initialization of self.uri.pathname (@lexander)
#605 Only include ":" + pass in Basic Auth if it's defined (fixes #602) (@bendrucker)
#596 Global agent is being used when pool is specified (@Cauldrath)
#594 Emit complete event when there is no callback (@RomainLK)
#601 Fixed a small typo (@michalstanko)
#587 Global cookie jar disabled by default (@threepointone)
#544 Update http-signature version. (@davidlehn)
#568 use agentOptions to create agent when specified in request (@SamPlacette)
#541 The exported request function doesn't have an auth method (@tschaub)
#536 Allow explicitly empty user field for basic authentication. (@mikeando)
#532 fix typo (@fredericosilva)
#497 Added redirect event (@Cauldrath)
#503 Fix basic auth for passwords that contain colons (@tonistiigi)
#519 Update internal path state on post-creation QS changes (@jblebrun)
#510 Add HTTP Signature support. (@davidlehn)
#502 Fix POST (and probably other) requests that are retried after 401 Unauthorized (@nylen)
#508 Honor the .strictSSL option when using proxies (tunnel-agent) (@jhs)
#512 Make password optional to support the format: http://username@hostname/ (@pajato1)
#513 add 'localAddress' support (@yyfrankyy)
#498 Moving response emit above setHeaders on destination streams (@kenperkins)
#490 Empty response body (3-rd argument) must be passed to callback as an empty string (@Olegas)
#479 Changing so if Accept header is explicitly set, sending json does not ov... (@RoryH)
#471 Using querystring library from visionmedia (@kbackowski)
#461 Strip the UTF8 BOM from a UTF encoded response (@kppullin)
#460 hawk 0.10.0 (@hueniverse)
#462 if query params are empty, then request path shouldn't end with a '?' (merges cleanly now) (@jaipandya)
#456 hawk 0.9.0 (@hueniverse)
#429 Copy options before adding callback. (@nrn, @nfriedly, @youurayy, @jplock, @kapetan, @landeiro, @othiym23, @mmalecki)
#454 Destroy the response if present when destroying the request (clean merge) (@mafintosh)
#310 Twitter Oauth Stuff Out of Date; Now Updated (@joemccann, @isaacs, @mscdex)
#413 rename googledoodle.png to .jpg (@nfriedly, @youurayy, @jplock, @kapetan, @landeiro, @othiym23, @mmalecki)
#444 protect against double callbacks on error path (@spollack)
#430 Respect specified {Host,host} headers, not just {host} (@andrewschaaf)
#338 Add more auth options, including digest support (@nylen)
#403 Optimize environment lookup to happen once only (@mmalecki)
#388 Ensure "safe" toJSON doesn't break EventEmitters (@othiym23)
#381 Resolving "Invalid signature. Expected signature base string: " (@landeiro)
#380 Fixes missing host header on retried request when using forever agent (@mac-)
#374 Correct Host header for proxy tunnel CONNECT (@youurayy)
#370 Twitter reverse auth uses x_auth_mode not x_auth_type (@drudge)
#369 Don't remove x_auth_mode for Twitter reverse auth (@drudge)
#363 rfc3986 on base_uri, now passes tests (@jeffmarshall)
#362 Running rfc3986
on base_uri
in oauth.hmacsign
instead of just encodeURIComponent
(@jeffmarshall)
#361 Don't create a Content-Length header if we already have it set (@danjenkins)
#360 Delete self._form along with everything else on redirect (@jgautier)
#355 stop sending erroneous headers on redirected requests (@azylman)
#332 Fix #296 - Only set Content-Type if body exists (@Marsup)
#343 Allow AWS to work in more situations, added a note in the README on its usage (@nlf)
#320 request.defaults() doesn't need to wrap jar() (@StuartHarris)
#322 Fix + test for piped into request bumped into redirect. #321 (@alexindigo)
#326 Do not try to remove listener from an undefined connection (@CartoDB)
#318 Pass servername to tunneling secure socket creation (@isaacs)
#280 Like in node.js print options if NODE_DEBUG contains the word request (@Filirom1)
#207 Fix #206 Change HTTP/HTTPS agent when redirecting between protocols (@isaacs)
#214 documenting additional behavior of json option (@jphaas, @vpulim)
#272 Boundary begins with CRLF? (@elspoono, @timshadel, @naholyr, @nanodocumet, @TehShrike)
#284 Remove stray console.log()
call in multipart generator. (@bcherry)
#241 Composability updates suggested by issue #239 (@polotek)
#282 OAuth Authorization header contains non-"oauth_" parameters (@jplock)
#279 fix tests with boundary by injecting boundry from header (@benatkin)
#273 Pipe back pressure issue (@mafintosh)
#268 I'm not OCD seriously (@TehShrike)
#263 Bug in OAuth key generation for sha1 (@nanodocumet)
#265 uncaughtException when redirected to invalid URI (@naholyr)
#262 JSON test should check for equality (@timshadel)
#261 Setting 'pool' to 'false' does NOT disable Agent pooling (@timshadel)
#249 Fix for the fix of your (closed) issue #89 where self.headers[content-length] is set to 0 for all methods (@sethbridges, @polotek, @zephrax, @jeromegn)
#255 multipart allow body === '' ( the empty string ) (@Filirom1)
#211 Replace all occurrences of special chars in RFC3986 (@chriso, @vpulim)
#224 Multipart content-type change (@janjongboom)
#217 need to use Authorization (titlecase) header with Tumblr OAuth (@visnup)
#203 Fix cookie and redirect bugs and add auth support for HTTPS tunnel (@vpulim)
#193 Fixes GH-119 (@goatslacker)
#182 Fix request.defaults to support (uri, options, callback) api (@twilson63)
#180 Modified the post, put, head and del shortcuts to support uri optional param (@twilson63)
#177 Issue #173 Support uri as first and optional config as second argument (@twilson63)
#170 can't create a cookie in a wrapped request (defaults) (@fabianonunes)
#168 Picking off an EasyFix by adding some missing mimetypes. (@serby)
#161 Fix cookie jar/headers.cookie collision (#125) (@papandreou)
#162 Fix issue #159 (@dpetukhov)
#90 add option followAllRedirects to follow post/put redirects (@jroes)
#146 Multipart should respect content-type if previously set (@apeace)
#135 host vs hostname (@iangreenleaf)
#132 return the body as a Buffer when encoding is set to null (@jahewson)
#104 Cookie handling contains bugs (@janjongboom)
#121 Another patch for cookie handling regression (@jhurliman)
#105 added test for proxy option. (@dominictarr)
#102 Implemented cookies - closes issue 82: https://github.com/mikeal/request/issues/82 (@alessioalex)
#97 Typo in previous pull causes TypeError in non-0.5.11 versions (@isaacs)
#81 Enhance redirect handling (@danmactough)
#78 Don't try to do strictSSL for non-ssl connections (@isaacs)
#70 add test script to package.json (@isaacs, @aheckmann)
#67 fixed global variable leaks (@aheckmann)
#66 Do not overwrite established content-type headers for read stream deliver (@voodootikigod)
#45 Added timeout option (@mbrevoort)
#35 The "end" event isn't emitted for some responses (@voxpelli)