Concept
HTTP GET 0
HTTP GET is a request method used by clients to retrieve data from a server, without altering the state of the resource. It is idempotent, meaning multiple identical requests should have the same effect as a single request, and it typically carries no request body.
Relevant Degrees