SslOverProxyTest
abstract class SslOverProxyTest<T : HttpClientEngineConfig> :
TestWithKtor
Constructors
SslOverProxyTest(factory: HttpClientEngineFactory<T>) |
Properties
open val server: JettyApplicationEngine |
|
val trustAllCertificates: Array<X509TrustManager> |
|
val unsafeSslContext: <ERROR CLASS> |
Inherited Properties
val serverPort: Int |
|
val testUrl: String |
|
open val timeout: CoroutinesTimeout |
Functions
fun testHttpsOverProxy(): Unit |
Inherited Functions
fun startServer(): Unit |
|
fun stopServer(): Unit |