While developing a REST API what node should a developer use to receive messages?
Each resource in the REST API has a set of operations that can be called by an HTTP client. An operation in a REST API has a name and an HTTP method (such as GET, POST, or DELETE).
Use the HTTPInput node to receive an HTTP message from an HTTP client for processing by a message flow.
Currently there are no comments in this discussion, be the first to comment!