http://mojolicio.us/perldoc/Mojo/UserAgent#post


On Thu, Aug 14, 2014 at 1:40 PM, Renato Forti <[email protected]> wrote:

> Hi all, I need port my code to new mojo, Where is post_form?
>
> See:
>
> my $tx = $self->ua->post_form("
> https://test/api/1.0/json/domain_product_process/";,
>          { _artificial_name => $uuid_str, _file_content_pointer => "test",
> _file_content_size => $size, _file_name => $name, _file_extension => $ext },
>          { 'Authorization' => 'token' } );
>
> this giveme a error now!
>
> Any help?
>
> Thanks
>
> --
> You received this message because you are subscribed to the Google Groups
> "Mojolicious" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/mojolicious.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Mojolicious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/mojolicious.
For more options, visit https://groups.google.com/d/optout.

Reply via email to