You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.