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

When using the **conditionalHandler** plugin, if a single version route has a `contentType`, but the other routes do not, it will crash as it tries to call `.join` on a...

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

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

# Bug Report `bodyReader` plugin setup with `maxBodySize` when called with `Content-Encoding: gzip` with body size over the body limit causes zlib buffer error and eventually stops process. ## Restify...

# Feature Request The documentation covers routes very well, but it does not cover some of the exceptional cases. For example when setting up a route the character colon has...

Hi, I have a problem with _restify_ and _restify-router_. I have this route, which works correctly with express. I recently switched to restify and can't find a way to make...

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

## Restify Version "restify": "7.6.0", "restify-clients": "2.6.4" ## Node.js Version 10.7.0 ## Expected behaviour Restify JSON client should provide error as JSON object ## Actual behaviour It is giving error...

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

# Bug Report I've been using Restify with client certificate authentication and have noticed that it seems to ignore any certificate revocation list that is set in httpsServerOptions when the...