Back Forward REST

REST or Representational State Transfer is a style and architecture for Web services that is simpler and often faster than earlier designs such as SOAP.

REST operations are stateless: no client context is stored on the server between requests.

Your PRPC system can act as a REST server, responding to requests received from an external client. Your application can also initiate REST-style requests, as a client.

Definitions About Connect REST rules
About Service REST rules

UpDefinitions