Structurevapor 4.114.1VaporTestUtils->Vapor
Live
TestingApplication.swift:17struct Live
struct Live
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.
import VaporTestUtils
final class Application
Core type representing a Vapor application.
struct InMemory
enum Method
protocol Sendable
init(app: Application, hostname: String = "localhost", port: Int) throws
func performTest(request: TestingHTTPRequest) throws -> TestingHTTPResponse
func performTest(request: TestingHTTPRequest) async throws -> TestingHTTPResponse