Initially it was #2. Then we changed it to #1 in the 0.2 spec.
Python's CGI module will give you back a set of key/list pairs, with
the values listed in the order they appeared in the string.
Query-string encoding does enough variable munging that we shouldn't
have to add yet another level of parsing on top of that, which is why
we're going with #1. How hard is it to make this work right in PHP for
clients?
I'll see I'd there is any way around.
--
Julien Genestoux
julien.g...@gmail.com
+1 (415) 254-7340
http://www.ouvre-boite.com
Envoyé depuis mon iPhone
Yeah? Let's see how hard this is to get right from both the client
(subscriber) and server (hub) perspectives. If it's easy for a client
and hard for a Hub, that's fine. The subscriber is the important part.
Python's CGI module will give you back a set of key/list pairs, with the values listed in the order they appeared in the string. Query-string encoding does enough variable munging that we shouldn't have to add yet another level of parsing on top of that, which is why we're going with #1. How hard is it to make this work right in PHP for clients?
