Created
September 21, 2016 09:06
-
-
Save xsawyerx/b1bb98d9fa05684a5c1edcca1e0d2ec4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.--------------------. | |
.---------| Dancer2::Core::App |-----------.------------. | |
| '--------------------' | | | |
| | | v | |
v | | .-----------------. | |
.--------------. | | | D2::C::Response | | |
| routes | | | '-----------------' | |
|--------------| | | .-----------------. | |
| D2::C::Route | | | | D2::C::Request | | |
| D2::C::Route | | | '-----------------' | |
| ... | | | | |
'--------------' | | | |
| v | |
v .-----------------------------. | |
.--------. | session_engine | | |
| to_app | |-----------------------------| | |
|--------| | D2::C::Role::SessionFactory | | |
| Router | '-----------------------------' | |
'--------' .-----------------------------. | |
| session_engine | | |
|-----------------------------| | |
| D2::C::Role::SessionFactory | | |
'-----------------------------' | |
.-------------------------. | |
| serializer_engine | | |
|-------------------------| | |
| D2::C::Role::Serializer | | |
'-------------------------' | |
.-----------------------. | |
| template_engine | | |
|-----------------------| | |
| D2::C::Role::Template | | |
'-----------------------' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment