SwiftDocCFileServerProviderdata(for:)Instance Methoddata(for:)Retrieve the data linked to a given path based on the baseURL.func data(for path: String) -> Data?ParameterspathThe path.Return ValueThe data matching the url, if possible.