Method HttpMessagePart() :getHeaders() Foundation
Gets all HTTP headers.
:getHeaders() --> aHeaders
:getHeaders() returns an array with header information. Each array element contains a sub-array with a name/value pair corresponding to a header element. The sub-arrays have the form {<cHeaderElement>,<cElementValue>}.
The method :getHeaders() returns all HTTP headers added to the HTTP message object.
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.