mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Remove HTTPClient::send_body_text and ::send_body_data
These were never implemented, the request* methods provide parameters to send body data as part of the client's requests.
This commit is contained in:
@@ -169,24 +169,6 @@
|
||||
Sends body raw, as a byte array, does not encode it in any way.
|
||||
</description>
|
||||
</method>
|
||||
<method name="send_body_data">
|
||||
<return type="int" enum="Error">
|
||||
</return>
|
||||
<argument index="0" name="body" type="PoolByteArray">
|
||||
</argument>
|
||||
<description>
|
||||
Stub function
|
||||
</description>
|
||||
</method>
|
||||
<method name="send_body_text">
|
||||
<return type="int" enum="Error">
|
||||
</return>
|
||||
<argument index="0" name="body" type="String">
|
||||
</argument>
|
||||
<description>
|
||||
Stub function
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_blocking_mode">
|
||||
<return type="void">
|
||||
</return>
|
||||
|
||||
Reference in New Issue
Block a user