Skip to content
Ian Stewart-Binks edited this page Jan 16, 2015 · 20 revisions

Under Construction

Request

A Request represents an HTTP request. This generally means that a user is either asking for data from the server, or trying to give data to the server.

These two actions are generally defined as:
* GET : Get a file/data from the server.
* POST : Give data to the server.