- update superagent
- add
https.Server
support [fengmk2]
- update superagent. Closes #18
- change bind address from 0.0.0.0 to 127.0.0.1 to prevent EADDRNOTAVAIL on windows
- add
.expect(status, body, fn)
support - add
.expect(status, body)
support
- add parsed body assertion support. Closes #1