Skip to content

Get Header Node

Web/API/Response

Get Header

Gets a header from a http request

http_response_get_headerweb
Inputs2
Outputs2
Security exposure10/10
Packageweb

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

No score metadata has been set for this node yet.

Input Pins

2

Response

Struct
response

The http response

HttpResponseHttpResponse3 fields
status_codeinteger:uint16required
format uint16min 0max 65535
headersMap<string, string>required
*stringmap value
bodyarray | null
itemsinteger:uint8array item
format uint8min 0max 255
Schema enforced

Header

String
header

The header to get

Output Pins

2

Found

Boolean
found

True if the header was found

Value

String
value

The value of the header

Node Info

Internal name
http_response_get_header
Category
Web/API/Response