Group
Extension

Matches 1

Plack-App-Hash ( A/AR/ARISTOTLE/Plack-App-Hash-1.001.tar.gz, ARISTOTLE, 2022; MetaCPAN )
Plack-App-Hash/lib/Plack/App/Hash.pm ( view source; MetaCPAN )
$headers ) {
		$headers = [];
	}
	elsif ( not ref $headers ) {
		require JSON::MaybeXS;
		$headers = JSON::MaybeXS::decode_json $headers;
	}

	return $self->error( 500 ) if 'ARRAY' ne ref $headers;

	
thout
leading slash. The value of a key may be either an array reference or a string
containing a JSON encoding of an array. In either case it is taken to mean the
L<PSGI> header array for the resourc

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