-
Notifications
You must be signed in to change notification settings - Fork 1
SystemDiagram
sauber edited this page Jan 21, 2012
·
1 revision
Component dependency in main process
[...image...]
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.