mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-21 13:41:59 +00:00
5c7e9e7e63
Documentation for HTTPClient. Added a query_string_from_dict method to HTTPClient to create a x-www-form-urlencoded valid query string for GET and POST messages. String now has http_escape() and http_unescape() methods to help facilitate the above query_string_from_dict method.