Package io.ktor.client.plugins.observer
Types
Link copied to clipboard
ResponseObserver callback.
Link copied to clipboard
class ResponseObserver(responseHandler: ResponseHandler, filter: (HttpClientCall) -> Boolean?)
Content copied to clipboard
Observe response plugin.
Functions
Link copied to clipboard
Install ResponseObserver plugin in client.
Link copied to clipboard
fun HttpClientCall.wrapWithContent(content: ByteReadChannel): HttpClientCall
Content copied to clipboard
Content copied to clipboard
Wrap existing HttpClientCall with new content.