Alex Styl
08/10/2025, 2:28 PMAlex Styl
08/10/2025, 3:53 PMval jsResponse = fetch("<https://api.github.com/repos/composablehorizons/compose-unstyled>")
Tristan
08/10/2025, 8:34 PMAlex Styl
08/11/2025, 2:05 AMval httpClient = HttpClient()
Tristan
08/11/2025, 2:10 AM1000
but would send 900
and close.
Could it be an issue from Github 🤷♂️ When we open the link in the browser, we receive a GZIP response. I think that fetch
handles this without having to think about it. But maybe with Ktor you need to add a plugin for it.Aleksei Tirman [JB]
08/11/2025, 8:39 AMAlex Styl
08/11/2025, 1:06 PM