What it does

  • Takes 4 inputs and produces 5 outputs.

Inputs

NameTypeDescription
MethodStringThe HTTP Method. Examples: GET, POST One of: GET, POST, PUT, PATCH, DELETE
URLStringExample: https://user:[email protected]/data?q=0
HeadersObjectThe HTTP Headers. Example: {"Authorization": "Bearer xyz", "X-abc": "string"}
Message Body StringObjectThe HTTP request message body. Can be null or a (non)empty String

Outputs

NameTypeDescription
Response status CodeNumberExamples: 200, 404
Response Status TextStringExample: Not Found
Response HeadersObjectThe HTTP Response Headers
Response BodyObjectThe HTTP Response Message Body
Action StatusStringWhether the action has succeeded or not