WEEK-1 Flashcards

1
Q

method is used to retrieve information from a specified (Universal Resource Identifier) and is assumed to be safe, repeatable operation by browsers, caches and other HTTP aware components.

A

GET

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

method requests that the target resources process the representation enclosed in the request according to the resource’s own specific semantics.

A

POST

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

method is used to request that server store the content including in message body at a location specified by the given URL. For example, this might be a file that will be created or replaced

A

PUT

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

method is identical to GET except that the server MUST NOT send a message body in the response (i.e., the response terminated at the end of the header sections. This method can be used for obtaining metadata about the selected representation without transferring the representation data

A

HEAD

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

method requests that the origin server remove the association between the target resources and its current functionality.

A

DELETE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

method requests that the recipient establish a tunnel to the destination origin server identified by the request-target and, is successful, there after restrict its behavior to blind forwarding of packets, in both direction until the tunnel is closed.

A

CONNECT

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

method requests information about the communication options available for the target resource. This method allows a client to determine the options and/or requirements associated with a resource, or the capabilities of a server, without implying a resource action.

A

OPTIONS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

method requests a remote, application-level loop back of the request message. This is typically used to echo the contents of an HTTP Request back to the requested which can be used for debugging purposed during development.

A

TRACE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly