Constructors

Link copied to clipboard
constructor(hostFactory: ApplicationEngineFactory<TEngine, TConfiguration>)

Properties

Link copied to clipboard
expect open override val coroutineContext: CoroutineContext
Link copied to clipboard
expect open val timeout: Duration

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
expect fun runTest(block: suspend CoroutineScope.() -> Unit): TestResult
Link copied to clipboard
fun test404(): TestResult
Link copied to clipboard
fun testAllHeaders(): TestResult
Link copied to clipboard
open fun testCanModifyRequestBody(): TestResult
Link copied to clipboard
open fun testCanModifyRequestHeaders(): TestResult
Link copied to clipboard
fun testCookie(): TestResult
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun testFlushingHeaders(): TestResult
Link copied to clipboard
fun testFormUrlEncoded(): TestResult
Link copied to clipboard
fun testHeader(): TestResult
Link copied to clipboard
fun testHeadersReturnCorrectly(): TestResult
Link copied to clipboard
open fun testHeadRequest(): TestResult
Link copied to clipboard
fun testHSTSWithCustomPlugin(): TestResult
Link copied to clipboard
fun testNoRespond(): TestResult
Link copied to clipboard
fun testParentContextPropagates(): TestResult
Link copied to clipboard
fun testPathComponentsDecoding(): TestResult
Link copied to clipboard
fun testProxyHeaders(): TestResult
Link copied to clipboard
Link copied to clipboard
fun testRedirect(): TestResult
Link copied to clipboard
fun testRedirectFromInterceptor(): TestResult
Link copied to clipboard
fun testRemoteAddress(): TestResult
Link copied to clipboard
fun testRequestParameters(): TestResult
Link copied to clipboard
fun testRequestParts(): TestResult
Link copied to clipboard
fun testRequestTwiceNoKeepAlive(): TestResult
Link copied to clipboard
Link copied to clipboard
fun testServerPush(): TestResult
Link copied to clipboard
fun testStatusCodeDirect(): TestResult
Link copied to clipboard
Link copied to clipboard
fun testStatusPages404(): TestResult