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