Hypertext Transfer Protocol (HTTP) Question:
Download Questions PDF

What are the mean of HTTP verbs?

HTTP Interview Question
HTTP Interview Question

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.

Download HTTP Interview Questions And Answers PDF

Previous QuestionNext Question
What is the mean of URLS in HTTP?Described the most important HTTP verbs?