Returns all of the Request Header Field names and values.
Syntax
Response = HTTP_Services('GetRequestHeaderFields')
Returns
A formatted list of all the HTTP request header fields that were set by the client.
Parameters
N/A
Remarks
These are formatted as Name : <space> Value <crlf> with an extra <crlf> appended after the last field/value pair.