books
Free Books / Computers / Practical mod_perl /

previous page: 25.3.1.1. Two methods for manipulating data
  
page up: Practical mod_perl | by Stas Bekman and Eric Cholet
  
next page: 25.3.1.3. Multiple invocations of filter handlers

25.3.1.2. HTTP request versus connection filters




Description

This section is from the "Practical mod_perl" book, by Stas Bekman and Eric Cholet. Also available from Amazon: Practical mod_perl

HTTP request filters are applied when Apache serves an HTTP request.

HTTP request input filters get invoked on the body of the HTTP request only if the body is consumed by the content handler. HTTP request headers are not passed through the HTTP request input filters.

HTTP response output filters get invoked on the body of the HTTP response, if the content handler has generated one. HTTP response headers are not passed through the HTTP response output filters.

Connection-level filters are applied at the connection level.

A connection may be configured to serve one or more HTTP requests, or handle other protocols. Connection filters see all the incoming and outgoing data. If an HTTP request is served, connection filters can modify the HTTP headers and the body of the request and response. Of course, if a different protocol is served over the connection (e.g., IMAP), the data could have a completely different pattern than the HTTP protocol (headers and body).

Apache supports several other filter types that mod_perl 2.0 may support in the future.

 

Continue to:

  • prev: 25.3.1.1. Two methods for manipulating data
  • Table of Contents
  • next: 25.3.1.3. Multiple invocations of filter handlers

Books by Stas Bekman:















TOP
previous page: 25.3.1.1. Two methods for manipulating data
  
page up: Practical mod_perl | by Stas Bekman and Eric Cholet
  
next page: 25.3.1.3. Multiple invocations of filter handlers

Topics

  • Animals
  • Architecture
  • Arts
  • Business
  • Computers
  • Crafts
  • Fairy Tales
  • Finance
  • Flora and Plants
  • Cooking
  • Gardening
  • Health and Healing
  • History
  • Home Improvements
  • Languages
  • New Age
  • Novels
  • Real Estate
  • Reference
  • Religion
  • Science
  • Society
  • Sports
  • Travel
  • Outdoors


Search

My Books

Headaches Begone! A Systemic Approach To Healing Your Headaches
Don't Let Your Bike Seat Ruin Your Sex Life Book

Discover

  • Answers FAQ

[ Privacy Policy | Terms of Use | About Us | Search ]

© 2007-2021 StasoSphere.com