Preface
Prohibit unauthorized copying, distribution and publication of this document. If you would like to cite the contents and charts of this document, please specify the source and inform Team Morak(spooningTldkt@gmail.com) of the usage.
Overview
HTTP verbs
λͺ¨λ½λͺ¨λ½μ HTTP λ©μλμ μν μ½λμ μμ΄ νμ€ HTTP λ° REST κ·μΉμ μ΅λν μ€μνκ³ μμ΅λλ€.
GET
Used to retrieve a resource
POST
Used to create a new resource
PATCH
Used to update an existing resource, including partial updates
DELETE
Used to delete an existing resource
200 OK
μνλ₯Ό μ±κ³΅μ μΌλ‘ μ²λ¦¬ν¨.
201 Created
μ 리μμ€λ₯Ό μ±κ³΅μ μΌλ‘ μμ±ν¨.
204 No Content
κΈ°μ‘΄ 리μμ€λ₯Ό μ±κ³΅μ μΌλ‘ μ κ±°νμ¬ λ°νν μμμ΄ μ‘΄μ¬νμ§ μμ.
400 Bad Request
μλͺ»λ μμ²μ΄λ―λ‘ μλ²μμ μ²λ¦¬ν μ μμ.
401 UNAUTHORIZED
μλͺ»λ μμ²μ΄λ―λ‘ μλ²μμ μ²λ¦¬ν μ μμ.
403 FORBIDDEN
κΆνμ΄ λΆμ‘±νμ¬ μμ²μ μνν μ μμ.
404 Not Found
μμ²ν μμμ΄ μ‘΄μ¬νμ§ μμ.
409 CONFLICT
μλ²μ κ·μΉμ μν΄ ν΄λΉ μμ²μ μνν μ μμ.
Last updated
Was this helpful?