diff options
| author | Juan Linietsky | 2015-11-19 09:18:09 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2015-11-19 09:18:09 -0300 |
| commit | 232b1a3fefa20f5fdfb7b12472b7ad45e86f3407 (patch) | |
| tree | 02690c21d6794126e2bdbb0599eed9ec29933f60 /core/ustring.h | |
| parent | 9fe85da881205f68ed949a1370ddd162ec331dc7 (diff) | |
| parent | 30d488913197b6d84a6b2d106c266c7ae175cfa7 (diff) | |
| download | godot-232b1a3fefa20f5fdfb7b12472b7ad45e86f3407.tar.gz godot-232b1a3fefa20f5fdfb7b12472b7ad45e86f3407.tar.zst godot-232b1a3fefa20f5fdfb7b12472b7ad45e86f3407.zip | |
Merge pull request #2822 from kurikaesu/master
HTTPClient docs & request functionality + fixes
Diffstat (limited to 'core/ustring.h')
| -rw-r--r-- | core/ustring.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/ustring.h b/core/ustring.h index fa25a07eb..2f3c4bff4 100644 --- a/core/ustring.h +++ b/core/ustring.h @@ -207,6 +207,8 @@ public: String xml_escape(bool p_escape_quotes=false) const; String xml_unescape() const; + String http_escape() const; + String http_unescape() const; String c_escape() const; String c_unescape() const; String world_wrap(int p_chars_per_line) const; |
