Skip to content
Ben Marvell edited this page Dec 10, 2013 · 7 revisions

3.0.0

  • Now using node-querystring instead of node core qs to support nesting
  • Fixed redirect handling for HTTP status code 303
  • Changed EventEmitter inherits to Node0.10 style
  • Added support for auth without password
  • Updates to tests and documentation
  • Now using the latest dependencies
  • Supports version 0.10.x >

2.0.0

  • Fixes to how errors were omitted
  • Supports 0.6.x >

0.2.2

  • now requires 'util' over 'sys'
  • fixed issue 47 "Uncaught, unspecified 'error' event" when there is no error handler available
  • updated to check for 303 response code as well as 301 and 302
  • Content-Length header considers multi-byte strings
  • fixed file upload fail if more than one POST finishes at the same time
Clone this wiki locally