This file contains hidden or 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
import Dependencies | |
import Foundation | |
import Hummingbird | |
import HummingbirdAuth | |
import NIOCore | |
/// Request context used by application | |
/// RequestContext that includes a copy of the Channel that created it | |
public struct AppRequestContext: RequestContext { | |
public var coreContext: CoreRequestContextStorage |
This file contains hidden or 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
2D469120-3787-4097-B843-F4FA9761336E |