- Fix bug in .post(): Error when no callback AND no
options
- Add
headers
property tooptions
for setting the request headers - Add
before
property tooptions
, a callback called after.open()
and before.send()
- Add simple and stupid node.js test server that spits out request headers for manual testing
First version.