Skip to content
sauber edited this page Jan 21, 2012 · 1 revision

Main ABFS process

Component dependency in main process

[...image...]

Webdav server

A regular POE::Wheel::SocketFactory can be used for http tcp connections. Incoming stream is turned into HTTP::Request objects by using POE::Filter::HTTPD as filter. The requests will be processed by Net::DAV::SERVER which in turns generates HTTP::Response replies to send back, and uses a Filesys::Virtual compatible object for filesystem access operations.

Test::Virtual::Filesystem can be used for testing the mounted filesystem.

Clone this wiki locally