summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2017-10-26 23:29:59 +0200
committerGitHub <noreply@github.com>2017-10-26 23:29:59 +0200
commitb1b11ea41121c5f0812adc40ec17fbcf99b39e84 (patch)
treed98070367b5300f1e56bff25a77d70a9025a2b1f /doc
parent89cec177a22ffaa53197c8d9b13bf0849fecbb8b (diff)
parentd1102cb37d4c299958c9aed0a5db5d62754753b2 (diff)
Merge pull request #12422 from eska014/httpclient-api
Remove HTTPClient::send_body_text and ::send_body_data
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/HTTPClient.xml18
1 files changed, 0 insertions, 18 deletions
diff --git a/doc/classes/HTTPClient.xml b/doc/classes/HTTPClient.xml
index e75aee0126..f148545848 100644
--- a/doc/classes/HTTPClient.xml
+++ b/doc/classes/HTTPClient.xml
@@ -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>