aboutsummaryrefslogtreecommitdiff
path: root/scene/main/http_request.h
diff options
context:
space:
mode:
authorFabio Alessandrelli2017-01-18 12:47:12 +0100
committerFabio Alessandrelli2017-03-22 21:00:23 +0100
commitd9525082feb6165944082fb80ae7785b23a2250c (patch)
tree1191470efc7ecc96499a3eecbcfded56ebe670d8 /scene/main/http_request.h
parent0b9684a085f244210f166070a9589bdd70876196 (diff)
downloadgodot-d9525082feb6165944082fb80ae7785b23a2250c.tar.gz
godot-d9525082feb6165944082fb80ae7785b23a2250c.tar.zst
godot-d9525082feb6165944082fb80ae7785b23a2250c.zip
Diffstat (limited to 'scene/main/http_request.h')
-rw-r--r--scene/main/http_request.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/scene/main/http_request.h b/scene/main/http_request.h
index 6a63fa66a..e7da0e1e3 100644
--- a/scene/main/http_request.h
+++ b/scene/main/http_request.h
@@ -113,7 +113,6 @@ protected:
static void _bind_methods();
public:
- void set_ip_type(IP::Type p_type);
Error request(const String &p_url, const Vector<String> &p_custom_headers = Vector<String>(), bool p_ssl_validate_domain = true, HTTPClient::Method p_method = HTTPClient::METHOD_GET, const String &p_request_data = ""); //connects to a full url and perform request
void cancel_request();
HTTPClient::Status get_http_client_status() const;