diff options
author | Leon Krause <lk@leonkrause.com> | 2017-10-26 22:06:47 +0200 |
---|---|---|
committer | Leon Krause <lk@leonkrause.com> | 2017-10-26 22:25:35 +0200 |
commit | d1102cb37d4c299958c9aed0a5db5d62754753b2 (patch) | |
tree | d5c7fd57a4f5148b480649f50d8d08ac1f552eba /doc/classes | |
parent | 58b849800e57812dfee0b3ed3f4bd507d4f9c224 (diff) |
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.
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/HTTPClient.xml | 18 |
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> |