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

## Pre-Submission Checklist - [x] Ran the linter and tests via `make prepush` - [x] Included comprehensive and convincing tests for changes ## Issues > Summarize the issues that discussed...

# Bug Report ## Restify Version v7.2.1 ## Node.js Version v10.5.0 ## Expected behaviour In restify v4, using the serveStatic plugin before including any middleware would not run the middleware...

``` node: 6.x.x restify: 6.2.3 ``` I got some unmatch query params while requesting to my api. for example if i hit `http://myapi/content/1?verify=true&released=true` it suppose read as ``` { verify:...

Restify versions: `v6.2.3` to `v5.0.1` (`v4.3.1` unaffected) Node.js version: `v6.11.3` This bug affects applications that will through the dependency tree require both `restify` and `express` somewhere, for example if you...

Critical

I have to call ``` res.handledGzip && res.handledGzip(); res.removeHeader('Content-Encoding'); ``` in my SSE plugin to bypass the Gzip plugin—otherwise EventSource fails. The solution would involve adding support for keep alive...

Bug
Unconfirmed
Help Wanted
Critical

On http://restify.com/docs/home/, under Error handling section first 2 examples still use restify.errors instead of restify-errors module. ``` server.get('/hello/:foo', function(req, res, next) { // resource not found error var err =...

The link for `Error Handling` section in the `Using next()` section of the docs is broken. Instead of `http://restify.com/docs/home/#error%20handling`, I think it should be `http://restify.com/docs/home/#error-handling`.

# Bug Report ## Restify Version Documentation ( we're using an old version but the current doc. is still wrong ) ## Node.js Version N/A ## Expected behaviour The documentation...

# Bug Report BodyParser Tempfile Creation Issue ## Restify Version Latest ## Node.js Version 8.10.0 Hi, I'm using **restify** into one project using **bodyParser** during create server. We are running...

- [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...