mysig/local
Values
pub fn handler(
content: List(#(String, BitArray)),
) -> effect.Effect(
Result(
fn(request.Request(a)) -> response.Response(BitArray),
snag.Snag,
),
b,
)
pub fn inject_live_reload(
hash: String,
bytes: BitArray,
) -> BitArray
pub fn serve(
port: option.Option(Int),
content: List(#(String, BitArray)),
) -> effect.Effect(Result(Nil, snag.Snag), a)