Representational State Transfer (REST)

Posted by druva | Flash, Flex, MXML, as3 | Monday 20 October 2008 1:41 am

Representational State Transfer(REST), This is a method that can identify by a URI.

IT supports HTTP methods GET, POST, PUT, DELETE, HEAD and OPTIONS.

It is possible to do everything that you can do with RPC web service with REST.

Problem with flash and REST is Flash support only GET and POST

Air Supports few more read this document URLRequest
for further information read this link NPAPI