mirror of https://github.com/python/cpython.git
Added characteristics of shttp, https, and snews.
This commit is contained in:
parent
6757748641
commit
b02092a9b2
|
@ -7,13 +7,22 @@
|
|||
|
||||
# A classification of schemes ('' means apply by default)
|
||||
uses_relative = ['ftp', 'http', 'gopher', 'nntp', 'wais', 'file',
|
||||
'https', 'shttp',
|
||||
'prospero', '']
|
||||
uses_netloc = ['ftp', 'http', 'gopher', 'nntp', 'telnet', 'wais',
|
||||
'https', 'shttp', 'snews',
|
||||
'prospero', '']
|
||||
non_hierarchical = ['gopher', 'hdl', 'mailto', 'news', 'telnet', 'wais']
|
||||
uses_params = ['ftp', 'hdl', 'prospero', 'http', '']
|
||||
uses_query = ['http', 'wais', '']
|
||||
non_hierarchical = ['gopher', 'hdl', 'mailto', 'news', 'telnet', 'wais',
|
||||
'snews',
|
||||
]
|
||||
uses_params = ['ftp', 'hdl', 'prospero', 'http',
|
||||
'https', 'shttp',
|
||||
'']
|
||||
uses_query = ['http', 'wais',
|
||||
'https', 'shttp',
|
||||
'']
|
||||
uses_fragment = ['ftp', 'hdl', 'http', 'gopher', 'news', 'nntp', 'wais',
|
||||
'https', 'shttp', 'snews',
|
||||
'file', 'prospero', '']
|
||||
|
||||
# Characters valid in scheme names
|
||||
|
|
Loading…
Reference in New Issue