package ocsigenserver

  1. Overview
  2. Docs
module File_content : sig ... end
module Html_content : sig ... end
module Make_XML_Content (Xml : Xml_sigs.Iterable) (Typed_xml : sig ... end) : sig ... end
module Text_content : sig ... end
module Stream_content : sig ... end
module Streamlist_content : sig ... end
module Empty_content : sig ... end
module Directory_content : sig ... end
module Error_content : sig ... end
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_cookies.cookieset -> head:bool -> sender:Ocsigen_http_com.sender_type -> unit -> unit Lwt.t