Hi

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

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.


'Programming > node.js' 카테고리의 다른 글

http methods  (0) 2018.09.18
folder convention 용어  (0) 2018.08.11
express 명령어가 안될 때  (0) 2018.08.10
npm  (0) 2018.07.29
Node.js, 노드  (0) 2018.07.29