mod_perl logo
perl icon







no previous pagepage up: mod_perl APIsnext page: Apache::compat -- 1.0 backward compatibility functions deprecated in 2.0


Apache::Access -- A Perl API for Apache request object











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::Access;
  sub handler{
      my $r = shift;
      ...
      my $auth_type = $r->auth_type;
      ...
  }


TOP

DESCRIPTION

Apache::Access provides the Perl API for Apache request object.



TOP

API

Function arguments (if any) and return values are shown in the function's synopsis.







TOP
no previous pagepage up: mod_perl APIsnext page: Apache::compat -- 1.0 backward compatibility functions deprecated in 2.0