├── LICENSE ├── README.rst ├── config ├── ngx_http_dav_ext_module.c └── t └── dav_ext.t /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arut/nginx-dav-ext-module/HEAD/LICENSE -------------------------------------------------------------------------------- /README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arut/nginx-dav-ext-module/HEAD/README.rst -------------------------------------------------------------------------------- /config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arut/nginx-dav-ext-module/HEAD/config -------------------------------------------------------------------------------- /ngx_http_dav_ext_module.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arut/nginx-dav-ext-module/HEAD/ngx_http_dav_ext_module.c -------------------------------------------------------------------------------- /t/dav_ext.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arut/nginx-dav-ext-module/HEAD/t/dav_ext.t --------------------------------------------------------------------------------