This transport handler can be used to send Odysseus POST or PUT messages (e.g. via REST)

Parameter:


Example

#PARSER PQL
#RUNQUERY
in = RECEIVE({
          transport = 'HttpServer',
          source = 'source',
          protocol = 'csv',
          datahandler = 'Tuple',
          schema = [['input','String']],
          options= [['immediate_response','ok']]        
        }
      )

Here a client sends a simple csv message with just a single entry. Odysseus does not care about the method (e.g. POST or PUT)