query string variable parser...
use strict;
use warnings;
use URI::Escape qw(uri_unescape);
use JSON;
use Data::Dumper;
our $VERSION = '1.0.0';
####################################################
ery_string //= q{};
if ( $content_type eq 'application/json' ) {
$self->{_raw} = $query_string;
$self->{_decoded} = decode_json($query_string);
}
elsif ( $content_type =~ /multipart
t
file downloads when data is passed as multipart/form-data.>
If the content type is application/json the parser will decode the
payload. You can retrieve the raw payload using the C<to_string>
metho