# Constants
HTTPConfAddress the local address to listen on.
HTTPConfPort the local port to listen on for HTTP/Websocket connections.
HTTPConfPublicURL the public address of the node to advertise in the swagger.
HTTPConfReadTimeout the write timeout for the HTTP server.
HTTPConfTLSCAFile the TLS certificate authority file for the HTTP server.
HTTPConfTLSCertFile the TLS certificate file for the HTTP server.
HTTPConfTLSClientAuth whether the HTTP server requires a mutual TLS connection.
HTTPConfTLSEnabled whether TLS is enabled for the HTTP server.
HTTPConfTLSKeyFile the private key file for TLS on the server.
HTTPConfWriteTimeout the write timeout for the HTTP server.
No description provided by the author
No description provided by the author