HttpFetch

interface HttpFetch

Inheritors

Types

Link copied to clipboard

Functions

Link copied to clipboard
abstract suspend fun fetch(method: String, host: String, port: Int, path: String, secure: Boolean, headers: List<Pair<String, String>>, body: AsyncInputStream? = null): HttpFetchResult