Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update HTTP Server adapter documentation.md #2343

Merged
merged 2 commits into from
Dec 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
~
-->

## HTTP (Stream)
## HTTP (Server)

<p align="center">
<img src="icon.png" width="150px;" class="pe-image-documentation"/>
Expand All @@ -26,7 +26,20 @@

## Description

Continuously fetched events from an HTTP REST endpoint.
This adapter provides an HTTP endpoint for ingesting events.
Data sent to this endpoint via POST requests is transformed into StreamPipes events.

### Configuration

#### Endpoint Appendix
Specify the name of the endpoint resource. The endpoint can be accessed at {host of StreamPipes UI}/endpoints/{endpointName}

#### Configuration
##### Manual
Provides an option to define the event schema manually.

##### Import from file
Use a file with example data to automatically detect a first event schema.

***

Loading