mod_perl logo
perl icon







previous page: Apache::SubRequest - Perl API for Apache subrequestspage up: mod_perl APIsnext page: Apache::Util - Perl API for XXX


Apache::URI - Perl API for manipulating URIs











Writing Apache Modules with Perl and C

Writing Apache Modules with Perl and C

By Lincoln Stein, Doug MacEachern
Embedding Perl in HTML with Mason

Embedding Perl in HTML with Mason

By Dave Rolsky, Ken Williams
Practical mod_perl

Practical mod_perl

By Stas Bekman, Eric Cholet


Table of Contents

Synopsis

  use Apache::URI ();

META: to be completed



TOP

Description

META: to be completed



TOP

API

Apache::URI provides the following functions and/or methods:



TOP

construct_server

META: Autogenerated - needs to be reviewed/completed

Construct a full hostname

  $hostname = $r->construct_server($hostname, $port, $p);


TOP

construct_url

META: Autogenerated - needs to be reviewed/completed

build a fully qualified URL from the uri and information in the request rec

  $ret = $r->construct_url($uri, $p);


TOP

parse_uri

META: Autogenerated - needs to be reviewed/completed

parse_uri: break apart the uri

  $r->parse_uri($uri);


TOP

See Also

mod_perl 2.0 documentation.



TOP

Copyright

mod_perl 2.0 and its core modules are copyrighted under The Apache Software License, Version 1.1.



TOP

Authors

The mod_perl development team and numerous contributors.







TOP
previous page: Apache::SubRequest - Perl API for Apache subrequestspage up: mod_perl APIsnext page: Apache::Util - Perl API for XXX