Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type t = private Piaf.Request.t = {
meth : Piaf.Method.t;
target : string;
version : Piaf.Versions.HTTP.t;
headers : Piaf.Headers.t;
scheme : Piaf.Scheme.t;
body : Piaf.Body.t;
}
val create :
scheme:Piaf.Scheme.t ->
version:Piaf.Versions.HTTP.t ->
?headers:Piaf.Headers.t ->
meth:Piaf.Method.t ->
body:Piaf.Body.t ->
string ->
t
val uri : t -> Uri.t
val persistent_connection : t -> bool
val pp_hum : Stdlib.Format.formatter -> t -> unit