Method HttpMessagePart() :getHeaders() Foundation

Gets all HTTP headers.

Syntax
 
:getHeaders() --> aHeaders
Return

: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>}.

Description

The method :getHeaders() returns all HTTP headers added to the HTTP message object.

Feedback

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.