Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Trail.Response
Sourcetype t = {
status : Http.Status.t;
headers : Http.Header.t;
version : Http.Version.t;
body : Riot.Bytestring.t;
}
val make :
Http.Status.t ->
?headers:(string * string) list ->
?version:Http.Version.t ->
?body:Riot.Bytestring.t ->
unit ->
t
type response =
?headers:(string * string) list ->
?version:Http.Version.t ->
?body:Riot.Bytestring.t ->
unit ->
t