Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

REST::Client + Request Body

by ravigupta1 (Novice)
on Oct 13, 2020 at 07:56 UTC ( [id://11122762]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $jbody = JSON->new->utf8->decode($body);
    
  2. or download this
    $header ={ 
        Auth-Token => $mytoken,
    ...
    
    $client->POST('/topology/batchQuery',$body,$header);
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://11122762]
Approved by davies
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (4)
As of 2024-04-18 04:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found