Programming/node.js
웹서버에 요청을 보내는 방식
SharingWorld
2018. 8. 5. 10:20
GET, POST, PUT, DELETE
- GET Retrieve the resource from the server.
- POST Create a resource on the server.
- PUT Update the resource on the server.
- DELETE Delete the resource from the server.