http.receiver

Receives HTTP requests and process the data.

Properties

Name Type Description Required
host string Host to listen
Default: "0.0.0.0"
 
port integer Port to listen
Default: 8080
 

Additional Properties: not allowed
Example

host: localhost
port: 8080