Newer Version Available

This content describes an older version of this product. View Latest

Request Header Input

An HTTP request header name and value pair.
JSON example
1{
2   "name": "Content-Type",
3   "value": "application/json"
4}
Properties
Name Type Description Required or Optional Available Version
name String The name of the request header. Required 33.0
value String The value of the request header. Required 33.0