mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-02 20:42:30 +03:00
io: Remove support for HTTP POST
This feature is unlikely to be used these days.
This commit is contained in:
@ -312,6 +312,8 @@ deprecated_funcs = {
|
||||
'xmlInitGlobals': True,
|
||||
'xmlInitializeDict': True,
|
||||
'xmlInitializePredefinedEntities': True,
|
||||
'xmlIOFTPMatch': True,
|
||||
'xmlIOHTTPMatch': True,
|
||||
'xmlIsRef': True,
|
||||
'xmlKeepBlanksDefault': True,
|
||||
'xmlLineNumbersDefault': True,
|
||||
@ -326,6 +328,7 @@ deprecated_funcs = {
|
||||
'xmlNanoHTTPScanProxy': True,
|
||||
'xmlNewGlobalNs': True,
|
||||
'xmlNextChar': True,
|
||||
'xmlNormalizeWindowsPath': True,
|
||||
'xmlParseAttValue': True,
|
||||
'xmlParseAttributeListDecl': True,
|
||||
'xmlParseCDSect': True,
|
||||
|
Reference in New Issue
Block a user