| Name | HTTP Ingress |
| Version | v1.0.1 |
| DockerHub | beetaone/http-ingress |
| authors | Jakub Grzelak |
This module takes and processes ingress from HTTP POST requests.
NOTE: currently only IPv4 is supported.
The following module configurations can be provided in a data service designer section on beetaone platform:
| Environment Variables | type | Description |
|---|---|---|
| HOST_PORT | string | Port on which the server will run |
Other features required for establishing the inter-container communication between modules in a data service are set by beetaone agent.
| Environment Variables | type | Description |
|---|---|---|
| MODULE_NAME | string | Name of the module |
| MODULE_TYPE | string | Type of the module (Input, Processing, Output) |
| EGRESS_URLS | string | HTTP ReST endpoint for the next module |
| LOG_LEVEL | string | Allowed log levels: DEBUG, INFO, WARNING, ERROR, CRITICAL. Refer to logging package documentation. |
bottle
requests
HTTP ReST POST request with request-body
Output of this module is JSON body the same as the JSON body received from HTTP POST request.
Content type
Image
Digest
sha256:fb9cb15be…
Size
49.3 MB
Last updated
almost 2 years ago
docker pull beetaone/http-ingress:v1.0.1