Re: how does the apache cycle treat POST request

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Dec 10, 2007 5:41 AM, Oteng Michael Raesima <mikebafana@xxxxxxxxx> 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: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux