hyperbole
Safe HaskellSafe-Inferred
LanguageGHC2021

Web.Hyperbole.Server.Socket

Documentation

sendEvent :: IOE :> es => Connection -> Request -> Text -> Value -> Eff es () Source #

sendRedirect :: IOE :> es => Connection -> Metadata -> URI -> Eff es () Source #

newtype Command Source #

Constructors

Command Text 

Instances

Instances details
IsString Command Source # 
Instance details

Defined in Web.Hyperbole.Server.Socket

Methods

fromString :: String -> Command #