AMPscript
Platform.Function.HTTPGet()
Platform.Function.HTTPPost()
Script.Util.HttpGet
Script.Util.HttpResponse
Script.Util.HttpRequest
Validate Your Server-Side JavaScript using WSProxy
The Platform content syndication functions provide a way to perform HTTP GET and POST requests without loading the Core library.
The Platform library also includes request handlers that provide an object-oriented programming experience for content syndication tasks. You can use these handlers to send HTTP requests other than GET and POST requests.
These request handlers output a Script.Util.HttpResponse object.