HTTP Status Codes & Methods

404 - Resource Not Found

200 - Success

201 - Created

401 - Unauthorized

500 - Server Error

429 - Too may request


GET - It reads a resource

POST - It updates an existing resource

PUT - It creates a new resource.

DELETE - It deletes the resource.

Comments

Popular posts from this blog

Java 8 : Find the number starts with 1 from a list of integers

Junit Mockito and Power Mockito

Important Linux Commands