Description
Johannes Koch suggested on the dev@ list that there should be a way to access the keys in the HttpParams interface. Due to the nested, linked, or stacked nature of HttpParams implementations, a simple iterator is not feasible. However, collecting keys in a set could be implemented:
HttpParams.collectKeys(Set keySet)
This would affect all implementations in HttpCore and HttpClient.