| Interface | Description |
|---|---|
| IAppHandler |
The only purpose of this interface is to make it
easier to declare an handler as "IAppHandler"
instead of "IHandler<IAppRequestContext>".
|
| IAppRequestContext |
Custom type which allows our application to
extend the default request context and add customs methods
and add-ons provided by plugins.
|
| IAppRouter |
The only purpose of this interface is to make it
easier to inject the application specific router by using
"IAppRouter" instead of "IRouter<IAppRequestContext>".
|
| Class | Description |
|---|---|
| AppRequestContext |
Implementation of our custom request context type.
|
| AppRouter |
The only purpose of this class is to make it
easier to inject the application specific router by using
"IAppRouter" instead of "IRouter<IAppRequestContext>".
|
Copyright © 2016. All rights reserved.