Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.9.11, 1.10.5
-
None
Description
Current Situation
After executing the command there is access to the httpResponse which have a method getAllHeaders. If the value of a specific header is needed the caller has to iterate the list of headers. This is quite uncomfortable
Desired Behaviour
There should be a method .getResponseHeader(key) where key is the desired header.