, \%headers ) same as $ua->send( GET, $url, \%data, \%headers );
Get Json Data - grab the content body from the response and json decode
$ua = HTTP::API::Client->new(base_url => URI->new("http://go
"/search" => { q => "something" });
my $hashref_from_decoded_json_string = $ua->json_response;
## ps. this is just an example to get json from a rest api
Send a query string to server
$ua = HTTP:
= $ua->last_response; ## is a HTTP::Response object
At the moment, only support query string and json data in and out
=head1 ENVIRONMENT VARIABLES
These enviornment variables expose the controls wi