Instance Method
test(_:_:headers:body:file:line:afterResponse:)
@discardableResult func test(_ method: HTTPMethod, _ path: String, headers: HTTPHeaders = [:], body: ByteBuffer? = nil, file: StaticString = #filePath, line: UInt = #line, afterResponse: (XCTHTTPResponse) async throws -> ()) async throws -> any XCTApplicationTester