Group
Extension

Matches 1

Query-Param ( B/BI/BIGFOOT/Query-Param-1.0.0.tar.gz, BIGFOOT, 2025; MetaCPAN )
Query-Param/lib/Query/Param.pm ( view source; MetaCPAN )
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

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.