SessionConfig a shortcut for App.Config.SessionConfig
()
| 106 | |
| 107 | // SessionConfig a shortcut for App.Config.SessionConfig |
| 108 | func (server *HttpServer) SessionConfig() *config.SessionNode { |
| 109 | return server.DotApp.Config.Session |
| 110 | } |
| 111 | |
| 112 | // SetBinder set custom Binder on HttpServer |
| 113 | func (server *HttpServer) SetBinder(binder Binder) { |
no outgoing calls