Version last
This is a preliminary version of the documentation. Help us to improve it by filling tickets. We are looking for native english speakers to proof read the documentation. Contact us!
module Ocsigen_senders:Functions to create results for various kinds of documentssig..end
module File_content:Ocsigen_http_frame.HTTP_CONTENTwith type t = string * Ocsigen_charset_mime.charset_assoc * Ocsigen_charset_mime.mime_assoc
module Xhtml_content:Ocsigen_http_frame.HTTP_CONTENTwith type t = [ `Html ] XHTML.M.elt and type options = [ `HTML_v03_02 | `HTML_v04_01 | `XHTML_01_00 | `XHTML_01_01 | `Doctype of string ]
module Xhtmlcompact_content:Ocsigen_http_frame.HTTP_CONTENTwith type t = [ `Html ] XHTML.M.elt and type options = [ `HTML_v03_02 | `HTML_v04_01 | `XHTML_01_00 | `XHTML_01_01 | `Doctype of string ]
module Text_content:Ocsigen_http_frame.HTTP_CONTENTwith type t = string * string
module Stream_content:Ocsigen_http_frame.HTTP_CONTENTwith type t = string Ocsigen_stream.t
module Streamlist_content:Ocsigen_http_frame.HTTP_CONTENTwith type t = (unit -> string Ocsigen_stream.t Lwt.t) list * string
module Empty_content:Ocsigen_http_frame.HTTP_CONTENTwith type t = unit
module Directory_content:Ocsigen_http_frame.HTTP_CONTENTwith type t = string * string list
module Error_content:Ocsigen_http_frame.HTTP_CONTENTwith type t = int option * exn option * Ocsigen_http_frame.cookieset
val send_error : ?code:int ->
?exn:exn ->
Ocsigen_http_com.slot ->
clientproto:Ocsigen_http_frame.Http_header.proto ->
?mode:Ocsigen_http_frame.Http_header.http_mode ->
?proto:Ocsigen_http_frame.Http_header.proto ->
?cookies:Ocsigen_http_frame.cookieset ->
head:bool -> sender:Ocsigen_http_com.sender_type -> unit -> unit Lwt.t