attachRouter : a =&> Maybe b -> (IO $- b) =&> End -> (IO $- a) =&> End helper to attach an effectful server with a router
Visibility: exporthttp' : ServerConfig -> Costate (IO $- PlainHTTP) -> IO () Run a server given a costate in PlainHTTP
Visibility: exporthttpJSON : ServerConfig -> Costate (IO $- JSONHTTP) -> IO () Run a server given a costate in JSONHTTP, ensure each request has a content-type=application/json
Visibility: exporthttpJSONNoCheck : ServerConfig -> Costate (IO $- JSONHTTP) -> IO () Run a server given a costate in JSONHTTP, does not check for content-type
Visibility: export