package
1.4.11
Repository: https://github.com/hyperledger/firefly-common.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

CorsAllowCredentials CORS setting to control whether a browser allows credentials to be sent to this API.
CorsAllowedHeaders CORS setting to control the allowed headers.
CorsAllowedMethods CORS setting to control the allowed methods.
CorsAllowedOrigins CORS setting to control the allowed origins.
CorsDebug is whether debug is enabled for the CORS implementation.
CorsEnabled is whether cors is enabled.
CorsMaxAge is the maximum age a browser should rely on CORS checks.
DebugEnabled is whether to actually run the debug server or not.
HTTPAuthType the auth plugin to use for the HTTP server.
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.
HTTPConfShutdownTimeout The maximum amount of time to wait for any open HTTP requests to finish before shutting down the HTTP server.
HTTPConfWriteTimeout the write timeout for the HTTP server.

# Structs

ServerOptions are config parameters that are not set from the config, but rather the context in which the HTTP server is being used.

# Interfaces

No description provided by the author
No description provided by the author