Is there any reason not to make <IosHttpRequestExc...
# ktor
s
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
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
.