Revert "Unify http- and percent- encode/decode"
This reverts commit b76ee30917.
This commit is contained in:
@@ -5467,6 +5467,20 @@
|
||||
["const godot_string *", "p_self"]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "godot_string_http_escape",
|
||||
"return_type": "godot_string",
|
||||
"arguments": [
|
||||
["const godot_string *", "p_self"]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "godot_string_http_unescape",
|
||||
"return_type": "godot_string",
|
||||
"arguments": [
|
||||
["const godot_string *", "p_self"]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "godot_string_json_escape",
|
||||
"return_type": "godot_string",
|
||||
|
||||
Reference in New Issue
Block a user