HTTP GET Method
Jump to navigation
Jump to search
An HTTP GET Method is a HTTP Request Method that requests data from a specified resource.
- Context:
- It can receive an HTTP GET Request Message.
- …
- Example(s):
- Counter-Example(s):
- See: Idempotence, WebDAV, Data Retrieval, W3C, Web Application, HTTP Response, Web Resource, Form (HTML).
References
2013
- (Wikipedia, 2013) ⇒ http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Request_methods Retrieved:2013-12-19.
- … GET: Requests a representation of the specified resource. Requests using GET should only retrieve data and should have no other effect. (This is also true of some other HTTP methods.) The W3C has published guidance principles on this distinction, saying, “Web application design should be informed by the above principles, but also by the relevant limitations."