http

thumbnail
(0)

Version 1.1.4  by WSO2

Category : Siddhi IO
Supported Product Version : SP 4.0.0 SP 4.1.0 SP 4.2.0 SP 4.3.0  

Summary

The siddhi-io-http extension is an extension to Siddhi that allows us to receive and publish events through http and https transports.This extension only works inside the WSO2 Data Analytic Server and cannot be run with standalone siddhi.


Associated Tags

http siddhi-io

Features of siddhi-io-http extension


  • Http Sink

    This extension publish the HTTP events in any HTTP method POST, GET, PUT, DELETE via HTTP or https protocols.
    As the additional features this component can provide basic authentication as well as user can publish events using custom client truststore files when publishing events via https protocol.
    And also user can add any number of headers including HTTP_METHOD header for each event dynamically.
  • Http Source

    The HTTP source receives POST requests via HTTP or HTTPS in format such as text, XML and JSON.
    If required, you can enable basic authentication to ensure that events are received only from users who are authorized to access the service.

Extension

Download the JAR files of released versions from Maven Central:
https://mvnrepository.com/artifact/org.wso2.extension.siddhi.io.http/siddhi-io-http


Social Sites