Thanks to visit codestin.com Credit goes to github.com
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 7d8eb14 commit f18abb1Copy full SHA for f18abb1
1 file changed
lib/core/enums.py
@@ -135,6 +135,7 @@ class MOBILES:
135
136
class PROXY_TYPE:
137
HTTP = "HTTP"
138
+ HTTPS = "HTTPS"
139
SOCKS4 = "SOCKS4"
140
SOCKS5 = "SOCKS5"
141
0 commit comments