mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-25 06:33:48 +00:00
add urlobject to thirdpart
This commit is contained in:
25
thirdpart/urlobject/ports.py
Normal file
25
thirdpart/urlobject/ports.py
Normal file
@@ -0,0 +1,25 @@
|
||||
"""Default port numbers for the URI schemes supported by urlparse."""
|
||||
|
||||
DEFAULT_PORTS = {
|
||||
'ftp': 21,
|
||||
'gopher': 70,
|
||||
'hdl': 2641,
|
||||
'http': 80,
|
||||
'https': 443,
|
||||
'imap': 143,
|
||||
'mms': 651,
|
||||
'news': 2009,
|
||||
'nntp': 119,
|
||||
'prospero': 191,
|
||||
'rsync': 873,
|
||||
'rtsp': 554,
|
||||
'rtspu': 554,
|
||||
'sftp': 115,
|
||||
'shttp': 80,
|
||||
'sip': 5060,
|
||||
'sips': 5061,
|
||||
'snews': 2009,
|
||||
'svn': 3690,
|
||||
'svn+ssh': 22,
|
||||
'telnet': 23,
|
||||
}
|
Reference in New Issue
Block a user