HTTP Actions Flashcards

1
Q

GET

A

Retrieves data from the server

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

GET Example

A

Querying the balance of a wallet

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

POST

A

Sends data to the server to create a new resource

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

POST Example

A

Submitting a transaction in a smart contract

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

PUT

A

Updates an existing resource on the server

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

PUT Example

A

Updating user data

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

DELETE

A

Removes a resource from the server

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

DELETE Example

A

Removes a users account from the server

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

HttpResponseMessage

A

Complete HTTP response, including status, headers, and data

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

IHttpActionResult

A

Response in the form of an API

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

HttpResponseResult

A

Response featuring only essential data

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

Void

A

A request that performs an operation without returning data.

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