Programming/node.js

웹서버에 요청을 보내는 방식

SharingWorld 2018. 8. 5. 10:20

 GET, POST, PUT, DELETE


  1. GET Retrieve the resource from the server.
  2. POST Create a resource on the server.
  3. PUT Update the resource on the server.
  4. DELETE Delete the resource from the server.