Difference between revisions of "Request (computing)"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
Line 19: Line 19:
 
[[Category:Computing]]
 
[[Category:Computing]]
 
[[Category:Client-server model]]
 
[[Category:Client-server model]]
[[Web design and development]]
+
[[Category:Web design and development]]

Revision as of 19:29, 19 September 2016

In computing, a request is data that a client sends to a server.

The server receives the request, and sends a request. (Alternately, the server might receive the request and deliberately not send a response.)

A typical example is a web browser sending a request to a web server, and the web server sending web page data (HTML, CSS, images, etc.) in response.

See also

External links