diff --git a/core/io/http_client.cpp b/core/io/http_client.cpp index b8c0a2b6162..46d52384e51 100644 --- a/core/io/http_client.cpp +++ b/core/io/http_client.cpp @@ -189,16 +189,6 @@ Error HTTPClient::request(Method p_method, const String &p_url, const Vector &p_headers, const PoolVector &p_body); Error request(Method p_method, const String &p_url, const Vector &p_headers, const String &p_body = String()); - Error send_body_text(const String &p_body); - Error send_body_data(const PoolByteArray &p_body); void close(); diff --git a/doc/classes/HTTPClient.xml b/doc/classes/HTTPClient.xml index e75aee01268..f1485458488 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. - - - - - - - Stub function - - - - - - - - - Stub function - -