1
0
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:
Nick Wellnhofer
2023-12-21 18:09:42 +01:00
parent 9c2c87b55d
commit 229e5ff7f9
3 changed files with 40 additions and 575 deletions

View File

@ -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,