Help for this page

Select Code to Download


  1. or download this
    my $http = HTTP::Tiny->new;
    my $res  = $http->post($url, { content => $query });