- or download this
$client->POST ('https://api.sixfold.com/v1/companies/296/carrier-shipm
+ents/0005360404/allocation',
...
+ 'application/json'}
]
);
- or download this
=head3 POST ( $url, [$body_content, %$headers] )
Preform an HTTP POST to the resource specified. Takes an optional body
+ content and hashref of custom request headers.
=cut
- or download this
#HTTP::Request POD
=head2 Simple POST
...
# my $ua = LWP::UserAgent->new();
# my $res = $ua->request($r);
=cut