func performTest(request: TestingHTTPRequest) throws -> TestingHTTPResponse
s5Vapor11ApplicationC8XCTVaporE11performTest7request0aE5Utils19TestingHTTPResponseVAG0H11HTTPRequestV_tKF
2ZAYM
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 XCTVapor
XCTVapor is a set of utilities to make writing unit tests for Vapor applications easy.
final class Application
Core type representing a Vapor application.
struct TestingHTTPRequest
struct TestingHTTPResponse
func performTest(request: TestingHTTPRequest) async throws -> TestingHTTPResponse
func testable(method: Method = .inMemory) throws -> XCTApplicationTester