HttpClientEndpoint

Functions

Link copied to clipboard
abstract suspend fun request(    method: Http.Method,     path: String,     headers: Http.Headers = Http.Headers(),     content: AsyncStream? = null,     config: HttpClient.RequestConfig = HttpClient.RequestConfig()): HttpClient.Response
Link copied to clipboard