Parse HTTP Headers
Parse a multiline string of HTTP headers of the form header: value
in to a JSON document for easier inspection or transformation.
Revision History
1.0.0.0 Initial Release
Properties
Headers
Type: Multiline Text Input
Specifies the list of multiline headers as they appear in an HTTP request or response.
JsonDocument
Type: Multiline Text Output
Contains the resultant JSON document.
Remarks
Use this Node to easily parse data in HTTP header form in to a document rather than using Nodes like Substring
or RegEx Match One
.
Examples
See Sample Workflow for an example.