BBjHttpRequest::getHeaderNames (Deprecated)
BBjHttpRequest::getHeaderNames is deprecated for BBj 21.00 and higher, and has been replaced by BBxServletRequest::getHeaderNames.
Description
In BBj 12.00 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
                                                     |