HTTP Functions
Use the HTTP server-side JavaScript functions to perform HTTP GET and HTTP POST actions and use that information as part of your interactions with Marketing Cloud Engagement.
Use the HTTP Server-Side JavaScript Functions In your server-side JavaScript code, first load the core library using this syntax:
Platform.Load("core", "1");