We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
When there is no object at the url specified, url.openStream causes StaticFile.fromurl("") effect to throw FileNotFoundException instead of returning (the equivalent of) None: see https://github.com/http4s/http4s/blob/master/core/src/main/scala/org/http4s/StaticFile.scala#L93
url
url.openStream
StaticFile.fromurl("")
FileNotFoundException
None
Is there anything I can do at the place of the call to work around this while waiting for the fix? Thanks!