fetchMetadata

abstract fun fetchMetadata(path: String, options: ResourceRequestOptions = ResourceRequestOptions()): ResourceMetadata

Same as fetch(), but only returns metadata about the resource.

If this method fails, such as if the resource is not found, this method throws an Exception.

This method may be called by multiple threads in parallel. It should not be called on the Main thread.