Additional web request formats
As I mentioned in the The web request blueprint section at the beginning of the chapter, you have a menu of choices when it comes to what kind of web request operation you want to run.
Let’s break down the most common request types in the following table:
|
Request type |
Definition |
|
|
Requests data from a specific address (read-only, no effect on the data itself) |
|
|
Sends data to a server (creates a new data resource or updates an existing one) |
|
|
Replaces data with new data (completely overwrites the existing data resource) |
|
|
... |