1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-12 13:20:55 +00:00

-Work on addon editor plugin (disabled by default)

-New HTTPRequest node, to make HTTP requests simpler.
This commit is contained in:
Juan Linietsky
2016-03-04 11:09:45 -03:00
parent 3fc80f65cd
commit 5a9b18b665
18 changed files with 1679 additions and 18 deletions

View File

@@ -31,10 +31,6 @@
VARIANT_ENUM_CAST(HTTPClient::Status);
Error HTTPClient::connect_url(const String& p_url) {
return OK;
}
Error HTTPClient::connect(const String &p_host, int p_port, bool p_ssl,bool p_verify_host){