📄️ Response
The Response object contains the result of an HTTP request made with the Request module. It provides access to the response data, status code, and other metadata returned by the server.
📄️ Response:getData()
Get the response body content as a string from the HTTP response.
📄️ Response:getResponseCode()
Get the HTTP status code from the response.