node-restify icon indicating copy to clipboard operation
node-restify copied to clipboard

The future of Node.js REST development

Results 132 node-restify issues
Sort by recently updated
recently updated
newest added

* fix Request.prototype.closed() clash with new Reader.closed (fixes GH-1888) * fix IPv6 url by supporting new server.address().family format * add node 18 to GH Actions ## What? Backward compatible change...

- [x] Used appropriate template for the issue type - [x] Searched both open and closed issues for duplicates of this issue - [x] Title adequately and _concisely_ reflects the...

- [x] Used appropriate template for the issue type - [x] Searched both open and closed issues for duplicates of this issue - [x] Title adequately and _concisely_ reflects the...

- [x] Used appropriate template for the issue type - [x] Searched both open and closed issues for duplicates of this issue - [x] Title adequately and _concisely_ reflects the...

- [x] Used appropriate template for the issue type - [x] Searched both open and closed issues for duplicates of this issue - [x] Title adequately and _concisely_ reflects the...

I am getting `ERR_STREAM_WRITE_AFTER_END` when requesting a static file (through serveStaticFiles) with gzip compression. e.g: ``` Error [ERR_STREAM_WRITE_AFTER_END]: write after end at new NodeError (internal/errors.js:322:7) at Gzip.Writable.write (internal/streams/writable.js:292:11) at flush...

- [ ] Used appropriate template for the issue type - [ ] Searched both open and closed issues for duplicates of this issue - [ ] Title adequately and...

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...

I believe that restify is the app for those who really experts for creating server app, not for the beginner. Why? I do not see an example using post!

## Pre-Submission Checklist - [ ] Opened an issue discussing these changes before opening the PR - [X] Ran the linter and tests via `make prepush` - [X] Included comprehensive...