Modules

filter

 

Objects/Functions

module (N/https)

SuiteScript 2.0

https.ClientResponse

// Please search https://system.netsuite.com/app/help/helpcenter.nl?search=https.ClientResponse for more information.

N/https Module
https.ClientResponse
Object Description: Encapsulates the response to an HTTPS client request. This object is read-only. For a complete list of this object’s properties, see ClientResponse Object Members.
Supported Script Types: Server scripts For more information, see SuiteScript 2.0 Script Types.
Module: N/https Module
Since: 2015.2
Search NetSuite - https://system.netsuite.com/app/help/helpcenter.nl?search=https.ClientResponse

Example:

// Code Example 1
// Add additional code
//...
var clientResponse = https.get({
url: 'https://www.testwebsite.com'
});
//...
// Add additional code

//SOURCE: https://system.netsuite.com/app/help/helpcenter.nl?fid=section_4567656083.html