alba.fmlib
Make.Command
alba.albalib
alba.core
alba.fmlib_js
alba.fmlib_native
alba.fmlib_node
type 'msg t =
| None
| Batch of 'msg t list
| Http of string * string * string * (string, int) result -> 'msg
val http_get : string -> ((string, int) result -> 'msg) -> 'msg t
http_get url handler Make a http get request to url and handle the response with handler.
http_get url handler
url
handler