Middlewares
Configuration reference for HTTP Middlewares
Specifies the network type.
[http]
network = "tcp"
Specifies the bind address interface.
[http]
address = "0.0.0.0"
List of HTTP services to be enabled.
[http]
enabled_services = ["helloworld"]
List of HTTP middlewares to be enabled.
[http]
enabled_middlewares = ["cors"]
Configuration reference for HTTP Middlewares
Configuration reference for HTTP services