Douglas Wilson

Results 1975 comments of Douglas Wilson

But we want web browsers to cache the content when possible by default. They should still be sending a conditional request due to the etag. What browser are you using...

Hi, sorry you are having trouble. I don't think we can just add this as a default as existing folks using this feature will not have that header stripped at...

We do not know what applications are deciding to do with `req.protocol`, but Express does use it to determine if secure cookies are safe to send or not, which I'm...

So I took a look at other frameworks that mention this header and it seems they document how to use this would result in adding the following line to your...

It looks like there is actually a module on npm for this: https://www.npmjs.com/package/@0xc/forward-cloudfront-proto

All great stuff @jonathanong :) I added all but the `body-parser` one up there, because I really want to add that in a 4.x release, but time-dependent :D

So you're always welcome to play around with `npm install visionmedia/express#5.0` (and you can add `"express": "visionmedia/express#5.0"` to your `package.json` if you really wish). If you are looking for something...

@rlidwka the docs are just about complete and I was just porting the recent changes to the router in here over yesterday :) I also really want it, haha

@ilanbiala the 5.x router is the same as the 4.x router, so the main docs can be found at http://expressjs.com/4x/api.html#router ; the documentation talked about above is basically a rewrite...

Everyone on this thread: The first Express 5.0 alpha has been released to npm! ``` sh $ npm install [email protected] ```