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.
1 parent b056eeb commit e54ae8aCopy full SHA for e54ae8a
fsspec/implementations/http.py
@@ -43,6 +43,7 @@ class HTTPFileSystem(AsyncFileSystem):
43
HTML href tags will be used.
44
"""
45
46
+ protocol = ("http", "https")
47
sep = "/"
48
49
def __init__(
0 commit comments