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.
If content type matches text/*
or application/json
-
String
If content type does not match text/*
or application/json
-
byte array
The http source supports the following configuration properties: