Namespace com.ibm.streamsx.inet.http

A set of operators that interact with external HTTP servers.

To dispatch arbitrary requests to an http server use operator HTTPRequest. Additionally the C++ Native Functions may be used to dispatch requests form a SPL-Custom operator.

The operator HTTPGetXMLContent periodically connects to an HTTP endpoint to GET XML content as a single tuple.

The operator HTTPParallelRequest issues HTTP requests in parallel asynchronously from the input stream

HTTPS Support
Overview of HTTP and HTTPS support for com.ibm.streamsx.inet.http operators.

Operators

  • HTTPGetJSONContent: This operator is deprecated. Use HTTPRequest operator instead.
  • HTTPGetStream: This operator is deprecated. Use HTTPRequest operator instead.
  • HTTPGetXMLContent: Periodically connects to an HTTP endpoint to GET XML content as a single tuple.
  • HTTPParallelRequest: The operator HTTPParallelRequest issues HTTP requests in parallel asynchronously from the input stream.
  • HTTPPost: This operator is deprecated. Use HTTPRequest operator instead.
  • HTTPRequest: Issue an HTTP request of the specified method for each input tuple.

Functions

Types