Skip to content

Get Headers

Purpose of the Node

The Get Headers node retrieves all headers from a given HTTP response and outputs them as a JSON object.

Pins

  • response: The HTTP response from which headers are to be extracted. It accepts a structured value of type HttpResponse.
  • headers: The extracted headers from the HTTP response, output as a string containing a JSON object.
Pin NamePin DescriptionPin TypeValue Type
responseThe HTTP response from which headers are to be extracted.StructHttpResponse
headersThe extracted headers from the HTTP response, output as a string containing a JSON object.StringHashMap