0.4.1 • Published 12 months ago

@pipedream/http v0.4.1

Weekly downloads
10
License
-
Repository
-
Last release
12 months ago

HTTP Event Source

Pipedream is a platform for running hosted, backend components. An HTTP Event Source is essentially a RequestBin that can be managed via API.

Components come with a built-in key-value store, an interface for passing input via props, and more. You deploy and manage components using Pipedream's REST API, CLI, or UI.

Components can emit events, which can be retrieved programmatically via CLI, API or SSE. They can also trigger Pipedream workflows on every event. For example, you can process items from an RSS feed and access the items via REST API, or trigger code to run on every new item using the SSE interface or a workflow.

Quickstart

Install the Pipedream CLI, then run:

pd deploy http-new-requests

This deploys an HTTP event source and creates a unique endpoint URL you can send any HTTP requests to:

  id: dc_abc123
  name: http
  endpoint: https://myendpoint.m.pipedream.net

The CLI will automatically listen for new requests to this URL, displaying them in your shell as soon as they arrive. Send a test request using the provided cURL command to give it a try.

You can retrieve requests to this endpoint programmatically, using Pipedream's REST API, CLI or a private SSE stream tied to your event source.

You can also run any Node.js code on HTTP requests to filter or transform them, issue a custom HTTP response, and more — see the example components below.

0.4.1

12 months ago

0.4.0

12 months ago

0.3.8

1 year ago

0.3.7

1 year ago

0.3.6

1 year ago

0.3.5

1 year ago

0.3.4

2 years ago

0.3.3

3 years ago

0.3.2

3 years ago

0.3.1

3 years ago