This module takes and processes ingress from HTTP POST requests.
1.1K
| Name | HTTP Ingress |
| GitHub | weeve-modules/http-ingress |
| authors | Jakub Grzelak |
This module takes and processes ingress from HTTP POST requests.
The following module configurations can be provided in a data service designer section on weeve platform:
| Environment Variables | type | Description |
|---|---|---|
| HOST_NAME | string | Host name/address where the server will run |
| 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 weeve agent.
| Environment Variables | type | Description |
|---|---|---|
| MODULE_NAME | string | Name of the module |
| MODULE_TYPE | string | Type of the module (INGRESS, PROCESS, EGRESS) |
| EGRESS_URLS | string | HTTP ReST endpoint for the next module |
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:dbd4b1cf7…
Size
48.7 MB
Last updated
over 3 years ago
docker pull weevenetwork/http-ingress:v1.0.1