package ocsigenserver

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

Install

Dune Dependency

Authors

Maintainers

Sources

6.0.0.tar.gz
md5=001e22ec2da3ab08840f934a8f005859
sha512=59f36fdf0a640117aa562d1d9ef96b7146843d9b72d71d01366640521405550074e03267fb388c5e685542781fc4bce763818a36cf05c0e033fae5e51c2f1496

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
Sourceval debug : string -> unit
OCaml

Innovation. Community. Security.