Subject: | POST variables not ordered in P::R |
Hi,
because HTTP::Body internally uses a hash (used $self->env->{'plack.request.body'} =
Hash::MultiValue->from_mixed($body->param); ), the order of the POST variables are not
preserved.
While reimplementing H::B to achieve this would might be overkill, it would be nice if you could
document that the behaviour is different from GET.
Thanks in advance
Martin