Binary package “libapache2-request-perl” in ubuntu noble

generic Apache request library - Perl modules

 The generic Apache request library (APR) contains modules for manipulating
 client request data with the Apache API from Perl and C. Functionality
 includes:
 .
  - parsing of application/x-www-form-urlencoded data
  - parsing of multipart/form-data
  - parsing of HTTP Cookies
 .
 This package contains the Perl bindings, which are simply a thin XS layer on
 top of libapreq, making them a lighter and faster alternative to CGI.pm and
 CGI::Cookie.
 .
 Apache2::Request provides methods for parsing GET and POST parameters.
 Apache2::Cookie provides a CGI::Cookie like API for cookie objects.
 Apache2::Cookie::Jar collects Apache2::Cookie objects into a lookup table.
 Apache2::Upload adds the upload method to Apache2::Request.