A question about post and get methods of HttpClien...
# ktor
j
A question about post and get methods of HttpClient. There are no
@thows
sections in documentation for these methods. Don't these methods throw any exception at all (connection errors for example)?
1
a
The type of exception thrown by request methods depends on a specific engine and platform.
🙌 1