|
|
|
@ -59,7 +59,7 @@ inline fun <reified T : Any> RequestBodySpec.body(flow: Flow<T>): RequestHeaders |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* Extension for [ResponseSpec.expectBody] providing an `expectBody<Foo>()` variant |
|
|
|
* Extension for [ResponseSpec.expectBody] providing an `expectBody<Foo>()` variant |
|
|
|
* leveraging Kotlin reified type parameters. This extension is not subject ot type |
|
|
|
* leveraging Kotlin reified type parameters. This extension is not subject to type |
|
|
|
* erasure and retains actual generic type arguments. |
|
|
|
* erasure and retains actual generic type arguments. |
|
|
|
* |
|
|
|
* |
|
|
|
* @author Sebastien Deleuze |
|
|
|
* @author Sebastien Deleuze |
|
|
|
|