HTTP In

LDIO Component Name: Ldio:LdioHttpIn see reference guide

Apache Nifi Component Name: InvokeHTTP see Apache Nifi reference guide


The LDIO HTTP In is a basic HTTP Listener. This component listens for HTTP messages at the endpoint http://{hostname}:{port}/{pipeline name}.

It supports processing input in various content types, including XML (text/xml, application/xml), JSON (application/json), and RDF (text/turtle, application/ld+json, application/n-quads, application/n-triples, application/rdf+xml).

The expected output of this component is also in similar formats, supporting XML, JSON, and RDF content types.

graph LR
    L[endpoint HTTP messages] --> H[Http in Listener]
    H --> S[...]

    subgraph Publishing Pipeline
    H
    end