package cohttp-lwt-unix
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
include module type of struct include Cohttp.Request end
This contains the metadata for a HTTP/1.1 request header, including the headers
, version
, meth
and uri
. The body is handled by the separate S
module type, as it is dependent on the IO implementation.
The interface exposes a fieldslib
interface which provides individual accessor functions for each of the records below. It also provides sexp
serializers to convert to-and-from an Core.Std.Sexp.t
.
include Cohttp.S.Request
type t = Cohttp.Request.t = {
headers : Cohttp.Header.t;
(*HTTP request headers
*)meth : Cohttp.Code.meth;
(*HTTP request method
*)scheme : string option;
(*URI scheme (http or https)
*)resource : string;
(*Request path and query
*)version : Cohttp.Code.version;
(*HTTP version, usually 1.1
*)encoding : Cohttp.Transfer.encoding;
(*transfer encoding of this HTTP request
*)
}
include Sexplib0.Sexpable.S with type t := t
val t_of_sexp : Sexplib0.Sexp.t -> t
val sexp_of_t : t -> Sexplib0.Sexp.t
val headers : t -> Cohttp.Header.t
val meth : t -> Cohttp.Code.meth
val scheme : t -> string option
val resource : t -> string
val version : t -> Cohttp.Code.version
val encoding : t -> Cohttp.Transfer.encoding
val make :
?meth:Cohttp.Code.meth ->
?version:Cohttp.Code.version ->
?encoding:Cohttp.Transfer.encoding ->
?headers:Cohttp.Header.t ->
Uri.t ->
t
val is_keep_alive : t -> bool
Return true whether the connection should be reused
val make_for_client :
?headers:Cohttp.Header.t ->
?chunked:bool ->
?body_length:int64 ->
Cohttp.Code.meth ->
Uri.t ->
t
val pp_hum : Format.formatter -> t -> unit
Human-readable output, used by the toplevel printer
module Make = Cohttp.Request.Make
Functor to construct the IO-specific HTTP request handling functions
include sig ... end
module IO : sig ... end
val has_body : t -> [ `No | `Unknown | `Yes ]
val read_body_chunk : reader -> Cohttp.Transfer.chunk IO.t
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>