Douglas Wilson
Douglas Wilson
Ah, yep :) But I don't know anything about `node-spdy` and there is no code for me to even play with. Without a full way to reproduce and the technical...
Hi @kokushkin thank you for bringing this up. Yes, the current etag setting does not affect files, as calculating an etag for a file is noy always trivial. For example,...
Hi @StefanWallin that is correct, all the cookie-setting functions just add to the outbound `set-cookie` header correctly. `res.clearCookie` is just a `res.cookie` with an expiration in the past (the http...
> Especially that express.Router() is a private function `express.Router()` is not a private function at all. We even document it publicly all over our API docs http://expressjs.com/en/api.html
> Well their included link points to router.handle, which is labeled private in the jsdoc Ah. Yes, that is a private function, as the public call to that is `router(req,...
I wish I knew typescript so I could better help, but maybe this will help: the decoupling that this issue is talking about won't suddenly make request and reaponse prototypes...
As this is not backwards-compatible, it would have to wait for 5.0. I'm not against this at all, just highlighting why it won't get merged right away :) I'm a...
So for something destined for the 5.0 alpha the 5.0 branch is right, otherwise 5.x (5.x is the equivalent of master branch for major version 5). But even then, this...
In general as long as the commits are easy to move we can move them to the correct destination upon a merge. Since the view file is identical for 4...
Hi @prkeshri thank you for bringing up this idea. Can you outline what typical use cases this feature would be used for?