# read-http

Start an HTTP server on host:port and emit each request as an event of type HttpLogEvent. Parses JSON bodies automatically based on Content-Type header.

# Config

Optional:

  • port: Port to listen on (default: 8080)
  • host: Host to bind to (default: 0.0.0.0)

# Example

pipeline:
  read-http:
    config:
      port: 3000
      host: localhost