Difference between revisions of "Request (computing)"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (Created page with "In computing, a '''request''' is data that a Client (computing) sends to a server. The server receives the request and sends a Response (comp...") |
Karl Jones (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | In [[computing]], a '''request''' is data that a [[Client (computing)]] sends to a [[Server (computing)|server]]. | + | In [[computing]], a '''request''' is data that a [[Client (computing)|client]] sends to a [[Server (computing)|server]]. |
− | The server receives the request and sends a [[Response (computing)|request]]. | + | The server receives the request, and sends a [[Response (computing)|request]]. |
== See also == | == See also == |
Revision as of 18:18, 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.