Ticker

6/recent/ticker-posts

REST cont...

RESTful design:

• POST: Normally used to submit forms and new resource data
• GET: Mainly used to request a page to view a resource or more
• PUT: Used to modify specific resource
• DELETE: Used to delete a resource

Post a Comment

0 Comments