Tags: tauheedkhan/supertest
Tags
Release v3.1.0 (forwardemail#474) * Removed ambiguously misappropriated cultural references from readme * Add post() examples to the README I have to look up how to do a POST request every time, for JSON and x-www-form-urlencoded. Many of the existing examples duplicate themselves, so I figured we could change some of them to demonstrate the different ways to send a POST request without changing the flow too much. * Add a .host() method to set a host other than 127.0.0.1 This allows you to set the server hostname before making a request. If no hostname is set then it defaults to 127.0.0.1 * Always pass on errors if no response * Upgrade the superagent node module to resolve security vulnerabilities and fix the __proto__ property deprecation * chore(.travis.yml) node versions updated * Remove unused dependency in Readme.MD snippet * chore(package.json) version bumped * chore(package-lock.json) locker file include * doc(History.md) changelog updated * chore(.travis.yml) node v4 remove
PreviousNext