In my case doing `HttpClient.call(...) { method = ...
# ktor
j
In my case doing
HttpClient.call(...) { method = <http://HttpMethod.Post|HttpMethod.Post> }.response.readBytes()
works, but doing
<http://HttpClient.post|HttpClient.post><ByteArray>(...)
throws that exception.
👀 1