0001    import Foundation
0002    
0003    public protocol Controller
Application.swift:184
    public func use(path path: String, controller: Controller) {
{ 0004 func routes
Application.swift:186
        controller.routes(router)
(router: Router) 0005 } 0006