connect-etagify icon indicating copy to clipboard operation
connect-etagify copied to clipboard

Doesn't work on Express 3.4.x

Open igorescobar opened this issue 10 years ago • 2 comments

Hi! I'm trying to use your package but when using with express 3.4.x it is throwing an error:

TypeError: Object #<ServerResponse> has no method 'etagify' // res.etagify();

igorescobar avatar Oct 15 '13 17:10 igorescobar

Aftwer changing the order when the app.use is called I could make it work but it messed up all my headers As you can see here:

screen shot 2013-10-15 at 2 29 07 pm

igorescobar avatar Oct 15 '13 17:10 igorescobar

Did my contribution to the RESTClient Project: https://github.com/a85/POSTMan-Chrome-Extension/issues/400

;)

igorescobar avatar Oct 15 '13 18:10 igorescobar