Readme
This commit is contained in:
parent
952e58a2df
commit
7e68cc4e27
17
README.md
17
README.md
@ -6,3 +6,20 @@
|
||||
|
||||
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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user