remove ->get_all.

On Mon, Aug 22, 2016 at 7:19 PM ivo welch <ivo...@gmail.com> wrote:

>
> dear plack experts.  I am submitting a test form's data with POST, and am
> trying to read the submission with Plack.  My first attempt was
>
> if (defined($postparamref=$req->body_parameters->get_all())) {
> }
>
> which did not work.  using Data::Dumper on $req, I see that the method is
> a post and I am guessing that all the posted data is in $req->psgi.input.
> Otoh, maybe my app needs an enable in the builder first?
>
> a short example showing how to iterate over all post entries would be
> highly appreciated.
>
> regards,
>
> /iaw
>
> --
>
> ---
> You received this message because you are subscribed to the Google Groups
> "psgi-plack" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to psgi-plack+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"psgi-plack" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to psgi-plack+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to