On Dec 10, 2007 5:41 AM, Oteng Michael Raesima <[EMAIL PROTECTED]> wrote:
> hi
>
> I would like to know how the POST request is treated by the Apache life
> cycle. I think the cycle clearly demonstrates a GET request where by a
> resource is located onn the web server or a redirection etc but i am not
> lear how the POST or PUT is treated.

To the core server, the only real difference between them is that POST
and PUT have a content body in the request, while GET does not. This
content body can be manipulated by input filters and read by handlers.
Other than that, the processing is quite similar.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to