Hi All: I am looking to process HTTP headers and query parameters uniformly but I cannot ATM since our interfaces Header and NameValuePair are unrelated even though they both provide access to a name and a value.
How about making Header extend NameValuePair? Gary