March 6, 2012

Request helps in WEB

Request helps in WEB

Request helps Web to sends request from client to server. When a user access a URL either containing localhost or online http so this action is called request. Now if we specifically talk about an input form in which two types of request can be made to server “POST” & “GET”. In both cases a thread is created by calling “Service()” to serve the user upon request according to the type POST or GET. To entertain these requests the methods doGet() & doPost() will be called accordingly.

Last updated: March 19, 2014