AllowedOrigins is an optional list of CORS origins (default to "*").
Optional domains list to use when issuing the TLS certificate.
If not set, the host from the bound server address will be used.
For convenience, for each "non-www" domain a "www" entry and redirect will be automatically added.
HttpAddr is the TCP address to listen for the HTTP server (eg. 127.0.0.1:80
).
HttpsAddr is the TCP address to listen for the HTTPS server (eg. 127.0.0.1:443
).
ShowStartBanner indicates whether to show or hide the server start console message.
Generated using TypeDoc
ServeConfig defines a configuration struct for apis.Serve().