gozer       2004/08/25 15:37:11

  Modified:    src/docs/2.0/api/APR URI.pod
  Log:
  Added APR::URI->rpath method. Returns the path of an uri minus
  path_info, if any.
  
  Revision  Changes    Path
  1.7       +27 -0     modperl-docs/src/docs/2.0/api/APR/URI.pod
  
  Index: URI.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/APR/URI.pod,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- URI.pod   29 May 2004 09:56:29 -0000      1.6
  +++ URI.pod   25 Aug 2004 22:37:10 -0000      1.7
  @@ -19,6 +19,7 @@
     print $parsed->hostname;
     print $parsed->port;
     print $parsed->path;
  +  print $parsed->rpath;
     print $parsed->query;
     print $parsed->fragment;
     
  @@ -272,6 +273,32 @@
   =item ret: C<$oldval> ( string or undef )
   
   C<"/"> if only C<scheme://host>
  +
  +=item since: 1.99_15
  +
  +=back
  +
  +
  +
  +
  +
  +=head2 C<rpath>
  +
  +Gets the C<L<path>> minus the 
  +C<L<path_info|docs::2.0::api::Apache::RequestRec/C_path_info_>>
  +
  +  $rpath =  $parsed->rpath();
  +
  +=over 4
  +
  +=item obj: C<$parsed>
  +( C<L<APR::URI object|docs::2.0::api::APR::URI>> )
  +
  +=item opt arg1: C<$newval> ( string or undef )
  +
  +=item ret: C<$oldval> ( string or undef )
  +
  +The path minus the I<path_info>
   
   =item since: 1.99_15
   
  
  
  

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

Reply via email to