You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-cvs@httpd.apache.org by jo...@apache.org on 2003/04/25 17:37:12 UTC

cvs commit: httpd-apreq-2/glue/perl README

joes        2003/04/25 08:37:12

  Added:       glue/perl README
  Log:
  Add glue/perl/README
  
  Revision  Changes    Path
  1.1                  httpd-apreq-2/glue/perl/README
  
  Index: README
  ===================================================================
  
  
  package heirarchy:
  
          APREQ.xs  dynaloads appropriate env (if necessary)
                    and wraps apreq.h
  
          APREQ::Value  (defined in APREQ.xs)
                 ::Cookie (Cookies.xs)
                 ::Param  (Params.xs)
                 ::Parser (Parsers.xs)
  
          APREQ::Table (Tables.xs)
  
          APREQ::Jar (defined in Cookies.xs)
                   Apache2::Cookie.pm (includes CGI::Cookie conventions)
  
          APREQ::Request (defined in Params.xs)
                   Apache2::Request.pm (subclasses Apache2 also)
                      {     r => Apache2->request, 
                        apreq => APREQ::Request    }