logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Building & Member Downloads View previous topic :: View next topic
Reply to topic   Topic: Getting input data or page from POST method in input filter
Author
zvi_kave



Joined: 15 Aug 2007
Posts: 4

PostPosted: Thu 23 Aug '07 17:05    Post subject: Getting input data or page from POST method in input filter Reply with quote

Dear friends,

I am looking for an input filter module example that can help me
to find the POST method input data / page.

Regards,

Zvi
Back to top
tdonovan
Moderator


Joined: 17 Dec 2005
Posts: 611
Location: Milford, MA, USA

PostPosted: Sat 25 Aug '07 16:50    Post subject: Reply with quote

If you are writing a module to do anything with the POST data in Apache 2, you probably want to create an input filter.
You will need to understand buckets & brigades.

Good resources are:The last describes output filters rather than input filters - but it is a very useful explanation about how to handle bucket brigades correctly.

-tom-
Back to top
zvi_kave



Joined: 15 Aug 2007
Posts: 4

PostPosted: Wed 29 Aug '07 7:37    Post subject: Getting input data or page from POST method - thanks! Reply with quote

Tom,

Thank you for your useful pointers.

Zvi

tdonovan wrote:
If you are writing a module to do anything with the POST data in Apache 2, you probably want to create an input filter.
You will need to understand buckets & brigades.

Good resources are:The last describes output filters rather than input filters - but it is a very useful explanation about how to handle bucket brigades correctly.

-tom-
Back to top


Reply to topic   Topic: Getting input data or page from POST method in input filter View previous topic :: View next topic
Post new topic   Forum Index -> Building & Member Downloads