Join Slack
Powered by
Is there any reason not to make <IosHttpRequestExc...
# ktor
s
stefandekanski
04/21/2021, 11:45 AM
Is there any reason not to make
IosHttpRequestException
an
IOException
? It would be nice to make it so and also document (make the api contract) that
HttpClient.request
will throw
IOException
for IO errors… ?
h
hfhbd
04/22/2021, 4:59 PM
I was just about to ask the same question. It also does not work, if the api is defined in a common module, without access to
IosHttpRequestException
.
hfhbd
04/22/2021, 5:04 PM
https://youtrack.jetbrains.com/issue/KTOR-2566
👍 1
3
Views
Open in Slack
Previous
Next