The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:mod_perl URI"

APR::URI - Perl API for URI manipulations River stage three • 155 direct dependents • 183 total dependents

"APR::URI" allows you to parse URI strings, manipulate each of the URI elements and deparse them back into URIs. All "APR::URI" object accessors accept a string or an "undef" value as an argument. Same goes for return value. It's important to disting...

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC

Apache2::URI - Perl API for manipulating URIs River stage three • 155 direct dependents • 183 total dependents

While "APR::URI" provides a generic API to dissect, adjust and put together any given URI string, "Apache2::URI" provides an API specific to Apache, by taking the information directly from the $r object. Therefore when manipulating the URI of the cur...

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC

lib/ModPerl/DummyVersions.pm River stage three • 155 direct dependents • 183 total dependents

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC

HTTP River stage three • 155 direct dependents • 183 total dependents

This chapter explains how to implement the HTTP protocol handlers in mod_perl....

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC

Porting River stage three • 155 direct dependents • 183 total dependents

This document describes the various options for porting a mod_perl 1.0 Apache module so that it runs on a Apache 2.0 / mod_perl 2.0 server. It's also helpful to those who start developing mod_perl 2.0 handlers. Developers who need to port modules usi...

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC

Writing River stage three • 155 direct dependents • 183 total dependents

This chapter covers the mod_perl coding specifics, different from normal Perl coding. Most other perl coding issues are covered in the perl manpages and rich literature....

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC

APR::Const - Perl Interface for APR Constants River stage three • 155 direct dependents • 183 total dependents

This package contains constants specific to "APR" features. Refer to "the Apache2::Const description section" for more information....

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC

Apache2::compat - 1.0 backward compatibility functions deprecated in 2.0 River stage three • 155 direct dependents • 183 total dependents

"Apache2::compat" provides mod_perl 1.0 compatibility layer and can be used to smooth the transition process to mod_perl 2.0. It includes functions that have changed their API or were removed in mod_perl 2.0. If your code uses any of those functions,...

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC

Apache2::HookRun - Perl API for Invoking Apache HTTP phases River stage three • 155 direct dependents • 183 total dependents

"Apache2::HookRun" exposes parts of the Apache HTTP protocol implementation, responsible for invoking callbacks for each HTTP Request cycle phase. Armed with that API, you could run some of the http protocol framework parts when implementing your own...

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC

Apache2::Response - Perl API for Apache HTTP request response methods River stage three • 155 direct dependents • 183 total dependents

"Apache2::Response" provides the Apache request object utilities API for dealing with HTTP response generation process....

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC

Apache2::SubRequest - Perl API for Apache subrequests River stage three • 155 direct dependents • 183 total dependents

"Apache2::SubRequest" contains API for creating and running of Apache sub-requests. "Apache2::SubRequest" is a sub-class of "Apache2::RequestRec object"....

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC

Apache2::RequestRec - Perl API for Apache request record accessors River stage three • 155 direct dependents • 183 total dependents

"Apache2::RequestRec" provides the Perl API for Apache request_rec object. The following packages extend the "Apache2::RequestRec" functionality: "Apache2::Access", "Apache2::Log", "Apache2::RequestIO", "Apache2::RequestUtil", "Apache2::Response", "A...

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC

ModPerl::MethodLookup - Lookup mod_perl modules, objects and methods River stage three • 155 direct dependents • 183 total dependents

mod_perl 2.0 provides many methods, which reside in various modules. One has to load each of the modules before using the desired methods. "ModPerl::MethodLookup" provides the Perl API for finding module names which contain methods in question and ot...

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC

ModPerl::RegistryLoader - Compile ModPerl::RegistryCooker scripts at server startup River stage three • 155 direct dependents • 183 total dependents

This modules allows compilation of scripts, running under packages derived from "ModPerl::RegistryCooker", at server startup. The script's handler routine is compiled by the parent server, of which children get a copy and thus saves some memory by in...

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC

ModPerl::RegistryCooker - Cook mod_perl 2.0 Registry Modules River stage three • 155 direct dependents • 183 total dependents

"ModPerl::RegistryCooker" is used to create flexible and overridable registry modules which emulate mod_cgi for Perl scripts. The concepts are discussed in the manpage of the following modules: "ModPerl::Registry", "ModPerl::Registry" and "ModPerl::R...

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC
15 results (0.032 seconds)