Module

Cardano.Provider.ServerConfig

#Host

type Host = String

#ServerConfig

type ServerConfig = { host :: Host, path :: Maybe String, port :: UInt, secure :: Boolean }

#mkServerUrl

Modules