Modules

filter

 

Objects/Functions

module (N/https)

SuiteScript 2.0

ServerRequest.method

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

N/https Module
ServerRequest.method
Property Description: The server request HTTPS method.
Type: enum (read-only)
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=ServerRequest.method

Example:

// Code Example 1
// Add additional code
//...
log.debug({
title: 'Server Request Method',
details: request.method
});
//...
// Add additional code

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