Module

Hyper.Node.Server.Options

Package
purescript-hyper
Repository
owickstrom/hyper

#defaultOptions Source

#defaultOptionsWithLogging Source

#Hostname Source

newtype Hostname

Constructors

Instances

#Options Source

type Options = { hostname :: Hostname, onListening :: Hostname -> Port -> Effect Unit, onRequestError :: Error -> Effect Unit, port :: Port }

#Port Source

newtype Port

Constructors

Instances