P
Peter Judge
Guest
The URI stores query string keyed off the name (hence no dups). The URI (and the rest of the HTTP client) aims to be HTTP spec-compliant. However, the URI spec ( ) does not define the behaviour of the query string and so we had to choose an approach, and decided on unique query string names. A similar discussion is at If you have control over the server/URI then you could do something like server/.../event or you could send a single query parameter with complex data server/.../event ] or similar.
Continue reading...
Continue reading...