geoff       2004/01/19 11:22:25

  Modified:    src/docs/2.0/api/Apache RequestUtil.pod ServerUtil.pod
  Log:
  Apache::get_status_line is now Apache::Server::get_status_line
  
  Revision  Changes    Path
  1.9       +0 -26     modperl-docs/src/docs/2.0/api/Apache/RequestUtil.pod
  
  Index: RequestUtil.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/Apache/RequestUtil.pod,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- RequestUtil.pod   19 Jan 2004 16:57:45 -0000      1.8
  +++ RequestUtil.pod   19 Jan 2004 19:22:25 -0000      1.9
  @@ -154,32 +154,6 @@
   
   
   
  -=head2 C<get_status_line>
  -
  -META: Autogenerated - needs to be reviewed/completed
  -
  -Return the Status-Line for a given status code (excluding the
  -HTTP-Version field). If an invalid or unknown status code is
  -passed, "500 Internal Server Error" will be returned.
  -
  -  $ret = get_status_line($status);
  -
  -=over 4
  -
  -=item arg1: C<$status> (integer)
  -
  -The HTTP status code
  -
  -=item ret: C<$ret> (string)
  -
  -The Status-Line
  -
  -=back
  -
  -
  -
  -
  -
   =head2 C<is_initial_req>
   
   META: Autogenerated - needs to be reviewed/completed
  
  
  
  1.14      +27 -0     modperl-docs/src/docs/2.0/api/Apache/ServerUtil.pod
  
  Index: ServerUtil.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/Apache/ServerUtil.pod,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- ServerUtil.pod    19 Jan 2004 19:00:51 -0000      1.13
  +++ ServerUtil.pod    19 Jan 2004 19:22:25 -0000      1.14
  @@ -453,6 +453,33 @@
   
   
   
  +=head2 C<get_status_line>
  +
  +META: Autogenerated - needs to be reviewed/completed
  +
  +Return the Status-Line for a given status code (excluding the
  +HTTP-Version field). If an invalid or unknown status code is
  +passed, "500 Internal Server Error" will be returned.
  +
  +  $ret = get_status_line($status);
  +
  +=over 4
  +
  +=item arg1: C<$status> (integer)
  +
  +The HTTP status code
  +
  +=item ret: C<$ret> (string)
  +
  +The Status-Line
  +
  +=back
  +
  +
  +
  +
  +
  +
   =head2 C<server>
   
   Get the main server's object
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to