Practical mod_perl / HTML Book /



previous page: B.11.3. Apache::RegistryBB—Apache::Registry Bare Bones
  
page up: HTML Version of the book
  
next page: B.11.5. Apache::Dispatch—Call PerlHandlers with the Ease of Registry Scripts

B.11.4. Apache::Request (libapreq)—Generic Apache Request Library


This package contains modules for manipulating client request data via the Apache API with Perl and C. Functionality includes:

  • Parsing application/x-www-form-urlencoded data

  • Parsing multipart/form data

  • Parsing HTTP cookies

The Perl modules are simply a thin XS layer on top of libapreq, making them a lighter and faster alternative to CGI.pm and CGI::Cookie. See the Apache::Request and Apache::Cookie documentation for more details and eg/perl/ for examples.

Apache::Request and libapreq are tied tightly to the Apache API, to which there is no access in a process running under mod_cgi.

This module is mentioned in Chapter 6 and Chapter 13.

Available from CPAN. See the module manpage for more information.

 

Continue to:

  • prev: B.11.3. Apache::RegistryBB—Apache::Registry Bare Bones
  • Table of Contents
  • next: B.11.5. Apache::Dispatch—Call PerlHandlers with the Ease of Registry Scripts







TOP
previous page: B.11.3. Apache::RegistryBB—Apache::Registry Bare Bones
  
page up: HTML Version of the book
  
next page: B.11.5. Apache::Dispatch—Call PerlHandlers with the Ease of Registry Scripts


Menu

  • HTML Book
  • PDF Book
  • Download Code
  • Table of Contents
  • Errata
  • mod_perl2 User's Guide
  • Sitemap

Search


Add to Google




Creative Commons License


Written by
Eric Cholet (Logilune) and
Stas Bekman (StasoSphere & Free Books).


[ Privacy Policy | Terms of Use | About Us | Search ]

© 2007 StasoSphere.com