Logo

Programming-Idioms

History of Idiom 174 > diff from v11 to v12

Edit summary for version 12 by wbazant:
New Perl implementation by user [wbazant]

Version 11

2019-09-26, 20:36:52

Version 12

2019-09-26, 20:40:13

Idiom #174 Make HTTP POST request

Make a HTTP request with method POST to URL u

Idiom #174 Make HTTP POST request

Make a HTTP request with method POST to URL u

Code
my $response = `curl -X POST $u`;
Comments bubble
Delegating to `curl` if you work on *nix and can't install libraries