
BBjHttpRequest::getHeaderNames
Description
In BBj 12.0 and higher, this method returns the a BBjVector containing all the header names from the BBjHttpRequest object.
Syntax
Return Value |
Method |
getHeaderNames() |
Parameters
None.
Return Value
a BBjVector containing the header names
Remarks
The example below shows getting the header names and values from a request within a BBjServlet.
Example
|