Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 792 Bytes

File metadata and controls

26 lines (16 loc) · 792 Bytes

Http Source

A source application that listens for HTTP requests and emits the body as a message payload. If the Content-Type matches text/* or application/json, the payload will be a String, otherwise the payload will be a byte array.

Payload:

If content type matches text/* or application/json

  • String

If content type does not match text/* or application/json

  • byte array

Options

The http source supports the following configuration properties: