konrad-kaminski / spring-kotlin-coroutine

Kotlin coroutine support for Spring.
448 stars 69 forks source link

Missing methods in CoroutineWebClient #8

Closed sdeleuze closed 6 years ago

sdeleuze commented 6 years ago

Please find bellow extensions that I had to create, I think these 2 methods should be available by default.

inline suspend fun <reified T : Any> CoroutineWebClient.CoroutineResponseSpec.body() = body(T::class.java)

fun CoroutineWebClient.RequestHeadersUriSpec<*>.uri(uri: String) = uri(URI(uri))

konrad-kaminski commented 6 years ago

Fixed in 0.3.1