CityWebConsultants / Iris

Modular content management and web application framework built with Node.js and MongoDB
http://irisjs.org
Other
9 stars 7 forks source link

Response intercept hook #300

Closed FilipNest closed 8 years ago

FilipNest commented 8 years ago

Allow responses from the server to be intercepted and overwritten/altered before they are sent back to the client. Was built for use in no clientside JavaScript forms pull request but has many wider uses. Could possibly even be used to replace the headertags system.

Going to tidy up a few things here and add comments but putting it up to show it's been worked on.