Start
The start function allows to take off the files in a specific IP address and port.
Configuration
start( host = "127.0.0.1", port = 8086, verbose = false)TLS
using MbedTLS
start( sslconfig= MbedTLS.SSLConfig("localhost.crt", "localhost.key") )Last updated