resourceClasspathResource
fun resourceClasspathResource(url: URL, path: String, mimeResolve: (URL) -> ContentType): OutgoingContent.ReadChannelContent?
Attempt to find a local file or a file inside of zip. This is not required but very good to have to improve performance and unnecessary java.io.InputStream creation.