GET vs POST

To Create the resource - POST

To Get the resource - GET


In ReST:

Create - POST
Read - GET
Update - PUT
Delete - DELETE

Comments

Popular posts from this blog

public vs protected vs default access modifiers - Java

Class, Reference and Object