diff --git a/docs/dictionary/function/urlResponse.lcdoc b/docs/dictionary/function/urlResponse.lcdoc deleted file mode 100644 index 2182ca4ac3a..00000000000 --- a/docs/dictionary/function/urlResponse.lcdoc +++ /dev/null @@ -1,40 +0,0 @@ -Name: urlResponse - -Type: function - -Syntax: the urlResponse - -Summary: -Returns the HTTP server response for a post, get, delete or put url -operation. - -Introduced: 3.5 - -OS: mac, windows, linux - -Platforms: desktop, server - -Example: -get the urlResponse - -Example: -put the urlResponse into tURLContent - -Returns: -The urlResponse function returns a string. - -Description: -Use the urlResponse function to check the data returned by the server -after an HTTP request. - -All HTTP requests cause data to be sent to the server and data to be -returned from the server. The urlResponse function allows you to access -any data returned by the HTTP server in the last URL operation, the -urlResonse function returns empty if the operation failed. - -The HTTP requests which cause data to be returned by the urlResponse -function are , , delete and . - -References: post (command), delete URL (command), put (command), -get (command), result (function), URL (keyword) - diff --git a/docs/notes/bugfix-18353.md b/docs/notes/bugfix-18353.md new file mode 100644 index 00000000000..a1a1073f61d --- /dev/null +++ b/docs/notes/bugfix-18353.md @@ -0,0 +1 @@ +# Remove duplicated urlResponse documentation