Module webdav_handler::localfs[][src]

Expand description

Local filesystem access.

This implementation is stateless. So the easiest way to use it is to create a new instance in your handler every time you need one.

Structs

LocalFs

Local Filesystem implementation.