What are the four HTTP request types, and when is each used?
What will be an ideal response?
The four common HTTP request types and their usage can be given as follows:
? GET: Requests a document; server responds by sending status information followed by a
copy of the document
? HEAD: Requests status information; server responds by sending status information, but
does not send a copy of the document
? POST: Sends data to a server; the server appends the data to a specified item
? PUT: Sends data to a server; the server uses the data to completely replace the specified
item
You might also like to view...
If you delete a file from removable media, it is stored in the Recycle Bin where you can recover it until you empty the Recycle Bin.
Answer the following statement true (T) or false (F)
A(n) ________ is a development tool that helps programmers write, compile, and test their programs
Fill in the blank(s) with correct word
H & R Block at Home is an example of ________ software
A) tax preparation B) education and reference C) spreadsheet D) entertainment
Most calculations are normally performed by _______ statements.
Fill in the blank(s) with the appropriate word(s).