The Wayback Machine - http://web.archive.org/web/20200614094930/https://github.com/topics/restify
Skip to content
#

restify

Here are 259 public repositories matching this topic...

jkennedy1980
jkennedy1980 commented Aug 2, 2019

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 should explain the maxParamLength

Actual behaviour

The maxParamLength server option should be included in the documentation. It's also a little strange that the server throws a 404 not found when a par

bompus
bompus commented Aug 8, 2017

While using uws yields some good performance benefits, trying to actually use it results in some issues.

The first issue I came across, is a fairly important one. Trying to add response headers in both Express and Koa do nothing. All that comes back is the Content-length header, nothing else.

const http = require("uws").http;
// const http = require("http");

Koa:
ctx.set("Cache-Control"

Improve this page

Add a description, image, and links to the restify topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the restify topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.