# Puffball
Web server for WebDAV resources ## Architecture ```staruml @startuml actor Client actor Pathfinder actor Sentinel actor Fileye Client -> Pathfinder Pathfinder -> Sentinel : Check authorization Sentinel -> Pathfinder : Return session info Pathfinder -> Fileye : Stream content @enduml ```