The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
---
abstract: 'PSGI compliant HTTP Entity Parser'
author:
  - 'Masahiro Nagano <kazeburo@gmail.com>'
build_requires:
  Cwd: 0
  File::Spec::Functions: 0
  HTTP::Message: 6
  Hash::MultiValue: 0
  Test::More: 0.98
configure_requires:
  CPAN::Meta: 0
  CPAN::Meta::Prereqs: 0
  Module::Build: 0.38
dynamic_config: 0
generated_by: 'Minilla/v0.11.0, CPAN::Meta::Converter version 2.132830'
license: perl
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: 1.4
name: HTTP-Entity-Parser
no_index:
  directory:
    - t
    - xt
    - inc
    - share
    - eg
    - examples
    - author
    - builder
provides:
  HTTP::Entity::Parser:
    file: lib/HTTP/Entity/Parser.pm
    version: 0.12
  HTTP::Entity::Parser::JSON:
    file: lib/HTTP/Entity/Parser/JSON.pm
  HTTP::Entity::Parser::MultiPart:
    file: lib/HTTP/Entity/Parser/MultiPart.pm
  HTTP::Entity::Parser::OctetStream:
    file: lib/HTTP/Entity/Parser/OctetStream.pm
  HTTP::Entity::Parser::UrlEncoded:
    file: lib/HTTP/Entity/Parser/UrlEncoded.pm
requires:
  Encode: 0
  File::Temp: 0
  HTTP::MultiPartParser: 0
  JSON: 2
  Module::Load: 0
  Stream::Buffered: 0
  WWW::Form::UrlEncoded: 0.17
  perl: 5.008005
resources:
  bugtracker: https://github.com/kazeburo/HTTP-Entity-Parser/issues
  homepage: https://github.com/kazeburo/HTTP-Entity-Parser
  repository: git://github.com/kazeburo/HTTP-Entity-Parser.git
version: 0.12
x_contributors:
  - 'moznion <moznion@gmail.com>'