Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Trail.ResponseSourcetype 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 ->
ttype response =
?headers:(string * string) list ->
?version:Http.Version.t ->
?body:Riot.Bytestring.t ->
unit ->
t