Headers and PostData

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Headers and PostData

Bruce Badger-3
Does anyone know why HTTPMessage headers and HTTPPost postData are both
implemented as Dictionaries?

I ask because the HTTP spec allows for multiple headers of the same
name: Cookie for example.  Also, there may be many HTTPPost values with
the same name (not so sure on this one, but I think it's OK).

My feeling is that both of these should be implemented as an
OrderedCollection of Associations rather than as a Dictionary.

Any comments?

Thanks,
        Bruce
--
Make the most of your skills - with OpenSkills
http://www.openskills.com

signature.asc (227 bytes) Download Attachment