[Dancer-users] dancer2's prototype is there, feedback needed

Alexis Sukrieh sukria at sukria.net
Thu Oct 13 13:19:02 CEST 2011


Hello,

>> I can't reproduce that. Here is what I did:
>>
>> $ curl -I -X POST http://0:3000/
>> HTTP/1.0 200 OK
>
> The missing part is adding POST parameters, with the following command:
>
> $ curl -I -X POST -d "hello=world" http://0:3000/

Very interesting debug infos, thanks a lot, I'm going to investigate
further, but I'm suprised becasue this code comes from Dancer1
(actually, it even come from Plack::Request in the first place) so
well it's theoritically trustable.

Anyway, I'll investigate. Thanks.


More information about the Dancer-users mailing list