February 2018
Intermediate to advanced
552 pages
13h 46m
English
Client Request is the combination of both HTTP Request Method and Client Request URI. Take a look at the following table to understand it very well:
|
Client request parts |
Meaning |
|
HTTP request method |
We can use any HTTP request methods, such as GET, POST, PUT, and DELETE |
|
Client request URI |
This is the URI to identify an application resource uniquely |
For instance, GET /helloWorld.
Here GET is the HTTP Request method and /helloWorld is the Client Request URI.
Read now
Unlock full access