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

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

KISS: Keep it simple stupid. Please make it this for static files plugins, all people have the same problem, in my ofice 5 persons give me the same as bug!!...

Bug
Help Wanted
Serve

The bodyParser middleware seems to buffer the whole file in memory for file uploads. Check the following minimum example: ``` 'use strict'; var os = require( 'os' ); var restify...

Bug
Help Wanted
Good First Issue
Critical

# Bug Report When creating a server by only using `httpsServerOptions`, the server is not mark as secure. This cause the subsequent listen to report using `http://` instead of `https://`....

Critical

Currently on the 4.x branch (now a maintenance branch since 5.0.0 has been released), the `make cutarelease` target is used to tag and publish a new release. `npm publish` however...

Feature
Help Wanted
Critical

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

Feature
Needs Discussion
Serve

- [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
Needs Discussion
Help Wanted
Good First Issue
Critical

Site: http://restify.com/ Browsers tested: - Chrome (62.0.3202.62 (Official Build) (64-bit)) - Chrome private browsing - Firefox Developer Ed. - Safari (Version 11.0 (11604.1.38.1.7)) OS: macOS 10.11.6 El Capitan Repro steps:...

Docs
Help Wanted
Critical

## Use Case Some `Request` and `Response` methods have both a naked and a `get` prefixed version as well while we document only one of them as `@public`. For example:...

Critical

# Bug Report ## Restify Version 5.2.0 ## Node.js Version 7.10.1 ## Expected behaviour ```javascript // trigger this error when some in-existing route being called server.on('NotFound', (req, res, err, cb)...

Bug
Waiting on Response
Unconfirmed
Critical