Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

You will need to install the "Web Feature" to use this handler.

Parameter:


  • Path: The path the server should listen to. When not given, path is "/"
  • Port: The port for the http server. When not given: 8080
  • Hostname: The name of the server
  • immediate_response: A string with the response message to the client (use "false" for no reply)

...