We need to be able to open a read-only store over HTTP. ```python url = "https://my-server.com/icechunk_storage" storage = icechunk.http_storage(url) repo = icechunk.Repository.open(storage) ```