Protocolvapor 4.114.1Vapor
AsyncResponder
Responder+Concurrency.swift:3protocol AsyncResponder : Responder
Browse conforming typesprotocol AsyncResponder : Responder
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.
protocol Responder : Sendable
protocol Sendable
func respond(to request: Request) async throws -> Response
func respond(to request: Request) -> EventLoopFuture<Response>