Skip to content

The http operator is deprecated. Use the dedicated HTTP operators instead.

Choose the replacement that matches how you used http:

  • from_http: make outbound requests and parse the response into events.
  • to_http: send events as a single outbound request to a webhook or API.
  • accept_http: start a server that listen for inbound requests and process their bodies.
  • serve_http: start a server that streams pipeline output to clients.

Last updated: