mikedeboer / jsDAV

jsDAV allows you to easily add WebDAV support to a NodeJS application. jsDAV is meant to cover the entire standard, and attempts to allow integration using an easy to understand API.
http://www.mikedeboer.nl
MIT License
681 stars 159 forks source link

How to filter response sent to client? #148

Open slawomir-pasko opened 8 years ago

slawomir-pasko commented 8 years ago

Is it possible to filter the response sent to the client in case of PROPFIND? I saw there is 'filelist.js' plugin, but i'm not sure it's intended to do this job. The plugin is registered in my app and the initialize event is fired, but "report" event is never fired.

Any suggestion (or example) how can I achieve described functionality?