package ocsigenserver

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

7.0.0.tar.gz
md5=ecf37dc2e2ad43f38dfcca8f87ca04a9
sha512=96dffc87f11b82b810d95d6e0cad69ce12a6763425e6e59f211dd71492d777a0cd1aeca722c0c9fd9ec8bb55cad7ae0ba1c781a8129a18de86f0f3accb278118

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
include module type of Lwt.Infix
val (>>=) : 'a Lwt.t -> ('a -> 'b Lwt.t) -> 'b Lwt.t
val (>|=) : 'a Lwt.t -> ('a -> 'b) -> 'b Lwt.t
val (<&>) : unit Lwt.t -> unit Lwt.t -> unit Lwt.t
val (<?>) : 'a Lwt.t -> 'a Lwt.t -> 'a Lwt.t
val (=<<) : ('a -> 'b Lwt.t) -> 'a Lwt.t -> 'b Lwt.t
val (=|<) : ('a -> 'b) -> 'a Lwt.t -> 'b Lwt.t
module Let_syntax : sig ... end
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
Sourceval debug : string -> unit