Extension http_server

HTTP server that listens on a specific port.

Version

-

Tags

-

Dependencies

-

Configuration properties

Table 1. properties
Property Type Default Description

host

string

127.0.0.1

Host.

IP address of the host that the server should listen on. Use an empty string to listen on all interfaces, or 127.0.0.1 to listen on localhost only.

port

integer

5000

Port.

Port that the server should listen on. Untick the checkbox to let the server derive the port number from its own base port.

certfile

string

Certificate file.

Full path to the certificate file that the server should use for HTTPS connections.

keyfile

string

Private key file.

Full path to the private key file corresopnding to the certificate.