Instance Propertyvapor 4.106.2Vapor
default
Application+Responder.swift:47var `default`: Vapor.Responder { get }
var `default`: Vapor.Responder { get }
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 Responder
final class Application
Core type representing a Vapor application.
protocol Responder : Sendable
let application: Application
var 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