I need to feed a webview WebResourceResponse with an InputStream. To make the http request I use ktor 1.4.2 . How can I convert the httpResponse from ktor to an InputStream?