konrad-kaminski / spring-kotlin-coroutine

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

Additional functionality to CoroutineWebClient #29

Open r6q opened 6 years ago

r6q commented 6 years ago

Added missing methods to CoroutineWebClient by implementing CoroutineClientResponse. Also added missing methods to RequestBodySpec

Removed suspend keyword from CoroutineWebClient.RequestHeadersSpec.retrieve() as it does no blocking operations, but only wraps WebClient.ResponseSpec and prepares exchange which can be invoked by calling body() method