Representational State Transfer (REST)
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