Version 0.99.5
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 Predefined_senders:Functions to create results for various kinds of documentssig..end
module File_content:Http_frame.HTTP_CONTENTwith type t = string
module Xhtml_content:Http_frame.HTTP_CONTENTwith type t = [ `Html ] XHTML.M.elt
module Text_content:Http_frame.HTTP_CONTENTwith type t = string * string
module Stream_content:Http_frame.HTTP_CONTENTwith type t = string Ocsistream.t
module Streamlist_content:Http_frame.HTTP_CONTENTwith type t = (unit -> string Ocsistream.t Lwt.t) list * string
module Empty_content:Http_frame.HTTP_CONTENTwith type t = unit
module Directory_content:Http_frame.HTTP_CONTENTwith type t = string * string list
module Error_content:Http_frame.HTTP_CONTENTwith type t = int option * exn option * Http_frame.cookieset
val send_error : ?code:int ->
?exn:exn ->
Http_com.slot ->
clientproto:Http_frame.Http_header.proto ->
?mode:Http_frame.Http_header.http_mode ->
?proto:Http_frame.Http_header.proto ->
?cookies:Http_frame.cookieset ->
keep_alive:bool ->
head:bool -> sender:Http_com.sender_type -> unit -> unit Lwt.t