Skip to content

Commit

Permalink
Update HTTP Server adapter documentation.md (#2343)
Browse files Browse the repository at this point in the history
* Update HTTP Server adapter documentation.md

Inspired by #2299

* Update documentation.md
  • Loading branch information
obermeier authored Dec 18, 2023
1 parent 7d4c1bc commit fcef421
Showing 1 changed file with 15 additions and 2 deletions.
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.

***

0 comments on commit fcef421

Please sign in to comment.