node-restify
node-restify copied to clipboard
Backport sendRaw into 4.x
Pre-Submission Checklist
- [x] Opened an issue discussing these changes before opening the PR
- [x] Ran the linter and tests via
make prepush - [x] Included comprehensive and convincing tests for changes
Issues
Closes:
- Issue #1918
Changes
- Adds
Response.sendRawinto 4.x from 5.x, reasoning in the issue linked above.