Versions Compared

Key

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

...

  • uri: The URI
  • method: The HTTP method, one of: GET, POST, PUT, DELETE, HEAD (default: GET) (optional)
  • body: The content for POST and PUT requests when using this transport handler for a source (optional)
  • chunked: Controls the 'chunked' header (see Chunked transfer encoding). (default: true) (optional)
  • scheduler.delaydelay: If you want to query in a given time-interval. The unit are milliseconds.
  • oneDocPerCall: If set to false, the transport handler assumes an endless stream. If set to false, assumes whole documents per call

...