Hello, I'm working on a multiplatform project whic...
# ktor
a
Hello, I'm working on a multiplatform project which uses ktor for networking calls. I'm just wondering if there's any way to print the JSON of the post request that I'm sending (mainly for debugging)? I've seen there are inteceptors that can be added to httpClient, but is there one that's compatible with multiplatform?