JsonUtils: quieter

This commit is contained in:
Jed Reynolds
2019-11-27 15:03:07 -08:00
parent ee750349d9
commit 8f0b41d52f

View File

@@ -74,7 +74,7 @@ sub json_request {
sub json_post {
my ($uri, $rh_data) = @_;
my $url = xpand($uri);
print STDERR "URI $uri\n";
#print STDERR "URI $uri\n";
my $req = HTTP::Request->new("POST" => $url);
$req->header('Accept' => 'application/json');
$req->header('Content-Type' => 'application/json; charset=UTF-8');