-
-
25 Jan 2019 08:29:18 UTC
- Distribution: Net-Azure-EventHubs
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (0)
- Testers (316 / 2 / 0)
- Kwalitee
Bus factor: 1- 98.85% Coverage
- License: perl_5
- Perl: v5.8.1
- Activity
24 month- Tools
- Download (12.92KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors-
sazuma
NAME
Net::Azure::EventHubs::Response - A Response Class for Net::Azure::EventHubs
SYNOPSIS
use Net::Azure::EventHubs::Request; use LWP::UserAgent; my $req = Net::Azure::EventHubs::Request->new(GET => 'http://...'); $req->agent(LWP::UserAgent->new); my $res = $req->do; my $json_data = $res->as_hashref;
DESCRIPTION
Net::Azure::EventHubs::Response is a response class for Net::Azure::EventHubs.
It inherits HTTP::Response.
METHODS
as_hashref
my $json_data = $res->as_hashref;
Return a content data as hashref when content type is 'application/json'. Otherwise, undef is returned.
LICENSE
Copyright (C) ytnobody.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
AUTHOR
ytnobody <ytnobody@gmail.com>
Module Install Instructions
To install Net::Azure::EventHubs, copy and paste the appropriate command in to your terminal.
cpanm Net::Azure::EventHubs
perl -MCPAN -e shell install Net::Azure::EventHubs
For more information on module installation, please visit the detailed CPAN module installation guide.