package alba

  1. Overview
  2. Docs
Alba compiler

Install

Dune Dependency

Authors

Maintainers

Sources

0.4.2.tar.gz
sha256=203ee151ce793a977b2d3e66f8b3a0cd7a82cc7f15550c63d88cb30c71eb5f95
md5=64367c393f80ca784f88d07155da4fb0

doc/alba.fmlib/Fmlib/Web_application/Make/Command/index.html

Module Make.Command

type 'msg t =
  1. | None
  2. | Batch of 'msg t list
  3. | 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.

OCaml

Innovation. Community. Security.