mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
classref: Sync with current 2.1 branch
This commit is contained in:
@@ -59,6 +59,8 @@ Member Functions
|
||||
+----------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| void | :ref:`set_connection<class_HTTPClient_set_connection>` **(** :ref:`StreamPeer<class_streampeer>` connection **)** |
|
||||
+----------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| void | :ref:`set_ip_type<class_HTTPClient_set_ip_type>` **(** :ref:`int<class_int>` ip_type **)** |
|
||||
+----------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| void | :ref:`set_read_chunk_size<class_HTTPClient_set_read_chunk_size>` **(** :ref:`int<class_int>` bytes **)** |
|
||||
+----------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
|
||||
@@ -293,6 +295,10 @@ If set to true, execution will block until all data is read from the response.
|
||||
|
||||
Set connection to use, for this client.
|
||||
|
||||
.. _class_HTTPClient_set_ip_type:
|
||||
|
||||
- void **set_ip_type** **(** :ref:`int<class_int>` ip_type **)**
|
||||
|
||||
.. _class_HTTPClient_set_read_chunk_size:
|
||||
|
||||
- void **set_read_chunk_size** **(** :ref:`int<class_int>` bytes **)**
|
||||
|
||||
Reference in New Issue
Block a user