hyperbole-0.6.0: Interactive HTML apps using type-safe serverside Haskell
Safe HaskellSafe-Inferred
LanguageGHC2021

Web.Hyperbole.Server.Socket

Documentation

sendUpdate :: IOE :> es => Connection -> Metadata -> Body -> 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 #