-
Notifications
You must be signed in to change notification settings - Fork 759
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
- Loading branch information
Showing
8 changed files
with
2,347 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
language: node_js | ||
node_js: | ||
- "6" | ||
- "5" | ||
- "4" | ||
- 6 | ||
- 8 | ||
- 9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.