Skip Menu |

This queue is for tickets about the Plack-Request CPAN distribution.

Report information
The Basics
Id: 60480
Status: rejected
Priority: 0/
Queue: Plack-Request

People
Owner: Nobody in particular
Requestors: martin [...] martinkjeldsen.dk
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.09
Fixed in: (no value)



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
Plack::Request is merged to Plack. Open the request on Plack's github queue. As you said this is due to HTTP::Body internal and we love to fix this by rewriting HTTP::Body (seriously).