The Apache HTTP Server Project

Essentials

  • About
  • License
  • FAQ
  • Security
    Reports
  • Download!

  • from a mirror
  • Documentation

  • Version 2.2
  • Version 2.0
  • Version 1.3
  • Trunk (dev)
  • Wiki
  • Get Involved

  • Mailing Lists
  • Bug Reports
  • Developer Info
  • Subprojects

  • Docs
  • Test
  • Flood
  • libapreq
  • Modules
  • Miscellaneous

  • Awards
  • Contributors
  • Sponsors
  • Sponsorship
  • Support
    Webring
  • Apache HTTP Request Library

    libapreq is a shared library with associated modules for manipulating client request data via the Apache API. It also includes language bindings for Perl (Apache::Request and Apache::Cookie). Functionality includes:

    • parsing of application/x-www-form-urlencoded data
    • parsing of multipart/form-data
    • parsing of HTTP cookies

    Documentation for the latest release of libapreq2 is located at http://httpd.apache.org/apreq/docs/libapreq2.

    News

    August 8, 2006 - libapreq2-2.08 was released.

    February 12, 2006 - libapreq2-2.07 was released.

    July 20, 2005 - libapreq2-2.06-dev was released.

    May 5, 2005 - libapreq2-2.05-dev was released.

    December 16, 2004 - libapreq-1.33 was released.

    August 30, 2004 - libapreq2-2.04-dev was released.

    June 12, 2004 - libapreq2-2.03-dev was released.

    November 16, 2003 - libapreq2-2.02-dev was released.

    November 11, 2003 - libapreq2-2.01-dev was released.

    September 27, 2003 - libapreq-1.3 was released.

    June 19, 2003 - libapreq-1.2 was released.

    January 28, 2003 - libapreq-1.1 was released.

    February 21, 2002 - libapreq-1.0 was released.

    Downloads

    You can download the latest version of libapreq from:

    Mailing Lists

    There are two mailing lists devoted to the development of libapreq.

    apreq-dev@httpd.apache.org - discusses libapreq development
    apreq-cvs@httpd.apache.org - cvs commit logs for httpd-apreq and httpd-apreq-2
    SVN

    Development of libapreq can be followed through the Subversion repositories. For public access you can use

    
        % svn checkout http://svn.apache.org/repos/asf/httpd/apreq/trunk/ httpd-apreq-2
        % svn checkout http://svn.apache.org/repos/asf/httpd/apreq/branches/1.x/ httpd-apreq
    

    SVN snapshots for httpd-apreq-2 are available at http://svn.apache.org/snapshots/apreq/. You can also browse through the SVN repositories for httpd-apreq and httpd-apreq-2.


    Copyright © 2008 The Apache Software Foundation