Returns the value of the specified request header as a string.
If the request did not include a header of the specified name,
this method returns null. The header name is case insensitive.
Some useful headers for detecting the client type are
"User-Agent" and "Accept".
| Parameters |
headerName -
header name
|
| Returns |
header |