I'd like to set custom HTTP Response Headers on files served from the public
folder in my Meteor app.
WebApp.connectHandlers.use as described here does not affect headers on the on replies to get requests within the public folder (in Meteor 0.8.1.3)
Are custom headers possible for requests to the public folder?