Method HttpMessagePart() :getHeader() Foundation
Gets a HTTP header by its name.
:getHeader( <cName> ) --> cValue
:getHeader() returns a character string with the value of the header. If more than one value is defined for the header, the string contains the comma-separated list of header values.
The method :getHeader() gets the value of a HTTP header given its name.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.