HTTP::Entity::Parser::OctetStream - parser for application/octet-stream

NAME  SYNOPSIS  DESCRIPTION  LICENSE  AUTHOR 

NAME

HTTP::Entity::Parser::OctetStream − parser for application/octet−stream

SYNOPSIS

use HTTP::Entity::Parser;
my $parser = HTTP::Entity::Parser−>new;
my ($params, $uplaods) = $parser−>parse($env); # [] , []

DESCRIPTION

This is a parser class for application/octet−stream and other. This is used as default parser.

OctetStream always returns empty list.

LICENSE

Copyright (C) Masahiro Nagano.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

Masahiro Nagano <[email protected]>

Tokuhiro Matsuno <[email protected]>


Updated 2024-01-29 - jenkler.se | uex.se