requestAsBytes

suspend fun requestAsBytes(    method: Http.Method,     url: String,     headers: Http.Headers = Http.Headers(),     content: AsyncStream? = null,     config: HttpClient.RequestConfig = RequestConfig()): HttpClient.CompletedResponse<ByteArray>