Hypertext Transfer Protocol (HTTP) Question:
What are the mean of HTTP verbs?
Answer:
HTTP verbs tell the server what to do with the data identified by the URL.
HTTP verbs tell the server what to do with the data identified by the URL. The request can optionally contain additional information in its body, which might be required to perform the operation - for instance, data you want to store with the resource. You can supply this data in cURL with the -d option.
HTTP verbs tell the server what to do with the data identified by the URL. The request can optionally contain additional information in its body, which might be required to perform the operation - for instance, data you want to store with the resource. You can supply this data in cURL with the -d option.
Previous Question | Next Question |
What is the mean of URLS in HTTP? | Described the most important HTTP verbs? |