You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's exactly 1 usage of this library in catchHttpResponse method. I reckon it was used for cases when HTTP response is other than 200, so usual URL.readText won't work to parse response body. But apparently URL.connection as HttpUrlConnection opens a lot possibilities, including reading response body even in case of 404 errors
It'll save us ~300kb artifact size
The text was updated successfully, but these errors were encountered:
There's exactly 1 usage of this library in catchHttpResponse method. I reckon it was used for cases when HTTP response is other than 200, so usual URL.readText won't work to parse response body. But apparently
URL.connection as HttpUrlConnection
opens a lot possibilities, including reading response body even in case of 404 errorsIt'll save us ~300kb artifact size
The text was updated successfully, but these errors were encountered: