package ocsigenserver

  1. Overview
  2. Docs
A full-featured and extensible Web server

Install

Dune Dependency

Authors

Maintainers

Sources

5.0.0.tar.gz
md5=ac7f9fcf1aced530061ceb4c76efe475
sha512=5691d1cc53725466bf0548fdaa8b4b624b9ac20aa41152f61020da05696a2d0e3cd010d9d72aa60d55216ca4b1b3938573e00c7d922e034d1080508ec46b47dd

doc/ocsigen_lib_base/Ocsigen_lib_base/index.html

Module Ocsigen_lib_baseSource

This module just contains only extensions of the standard library and very basic Ocsigen values and exceptions. Cf. Ocsigen_lib for functionality which depends on specific external libraries.

Sourceexception Ocsigen_Internal_Error of string
Sourceexception Input_is_too_large
Sourceexception Ocsigen_Bad_Request
Sourceexception Ocsigen_Request_too_long
Sourceval (>>=) : 'a Lwt.t -> ('a -> 'b Lwt.t) -> 'b Lwt.t
Sourceval (>|=) : 'a Lwt.t -> ('a -> 'b) -> 'b Lwt.t
Sourceval (!!) : 'a Stdlib.Lazy.t -> 'a
Sourceval (|>) : 'a -> ('a -> 'b) -> 'b
Sourceval (@@) : ('a -> 'b) -> 'a -> 'b
Sourceval id : 'a -> 'a
Sourceval comp : ('a -> 'b) -> ('c -> 'a) -> 'c -> 'b
Sourceval curry : (('a * 'b) -> 'c) -> 'a -> 'b -> 'c
Sourceval uncurry : ('a -> 'b -> 'c) -> ('a * 'b) -> 'c
Sourcemodule Tuple3 : sig ... end
Sourcetype poly
Sourceval to_poly : 'a -> poly
Sourceval from_poly : poly -> 'a
Sourcetype yesnomaybe =
  1. | Yes
  2. | No
  3. | Maybe
Sourcetype ('a, 'b) leftright =
  1. | Left of 'a
  2. | Right of 'b
Sourceval advert : string
Sourcemodule Option : sig ... end

Module Option to compute type 'a option

Sourcemodule List : sig ... end

Improvement of module List

Sourcemodule Clist : sig ... end

Circular lists

Sourcemodule Int : sig ... end
Sourcemodule String_base : sig ... end

Improvement of module String

Sourcemodule Url_base : sig ... end
Sourcemodule Printexc : sig ... end
Sourceval debug : string -> unit
OCaml

Innovation. Community. Security.