chrisroberts / dav4rack

WebDAV for Rack
http://chrisroberts.github.com/dav4rack
Other
114 stars 52 forks source link

allow changing Dav header #47

Closed schmurfy closed 12 years ago

schmurfy commented 12 years ago

:alway_include_dav_header is here because some carddav clients can remove a roundtrip if proper support is advertised on first response (PROPFIND).

and : dav_extensions allows to add the proper carddav support without having to subclass (I still need to subclass for now but I hope I will find a clean way to avoid that)

chrisroberts commented 12 years ago

:+1: