Instance Propertyvapor 4.114.1Vapor
default
Application+Responder.swift:47var `default`: Vapor.Responder { get }var `default`: Vapor.Responder { get }import VaporVapor 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 Responderfinal class ApplicationCore type representing a Vapor application.
protocol Responder : Sendablelet application: Applicationvar current: Vapor.Responder { get }func respond(to request: Request) -> EventLoopFuture<Response> func use(_ provider: Provider) @preconcurrency func use(_ factory: @escaping (Application) -> (Vapor.Responder)) struct Provider