aboutsummaryrefslogtreecommitdiff
path: root/scene/main/http_request.h
diff options
context:
space:
mode:
authorFabio Alessandrelli2016-12-01 09:01:09 +0100
committerFabio Alessandrelli2016-12-09 18:24:59 +0100
commita77a0118f6b0d0878a53e2c963d91763b311163d (patch)
tree159cbc303043c429cfdbe6f9cd4498bbde15ec46 /scene/main/http_request.h
parentc18c5013f837ea7d4de2f022d36f84e0abce6439 (diff)
downloadgodot-a77a0118f6b0d0878a53e2c963d91763b311163d.tar.gz
godot-a77a0118f6b0d0878a53e2c963d91763b311163d.tar.zst
godot-a77a0118f6b0d0878a53e2c963d91763b311163d.zip
Diffstat (limited to 'scene/main/http_request.h')
-rw-r--r--scene/main/http_request.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/main/http_request.h b/scene/main/http_request.h
index 705799f04..4dd79234b 100644
--- a/scene/main/http_request.h
+++ b/scene/main/http_request.h
@@ -116,6 +116,7 @@ protected:
static void _bind_methods();
public:
+ virtual 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;