On Tue, Mar 9, 2010 at 7:45 AM, simon simon <[email protected]> wrote: > Hi, > Many thanks for the tip > I have two modules, one have received the body with ap_get_client_block()(I > have no source), it handle the content, > the other one need dispatch the original body to some servers. > > so, I don't know how can i get the body
several modules in the 2.2.x distribution show how to read the body from an input filter; modules/experimental/mod_case_filter_in.c is one example; mod_deflate.c is another (the list goes on)
