Instance Propertyvapor 4.114.1Vapor
configuration
Application+Sessions.swift:43var configuration: SessionsConfiguration { get nonmutating set }
var configuration: SessionsConfiguration { get nonmutating set }
s5Vapor11ApplicationC8SessionsV13configurationAA0C13ConfigurationVvp
What are these?J7JJ
import Vapor
Vapor is a framework for building server applications, APIs and websites in Swift. It provides a safe, performant and scalable foundation for building large complex backends.
struct Sessions
final class Application
Core type representing a Vapor application.
struct SessionsConfiguration
Configuration options for sessions.
var driver: SessionDriver { get }
var memory: MemorySessions { get }
var middleware: SessionsMiddleware { get }
@preconcurrency func use(_ makeDriver: @escaping (Application) -> (SessionDriver))
func use(_ provider: Provider)
struct Provider