Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Rock.ResponseSourcetype t = {code : Cohttp.Code.status_code;headers : Cohttp.Header.t;body : Cohttp_lwt.Body.t;env : Opium_kernel__.Hmap0.t;}val create :
?env:Opium_kernel__.Hmap0.t ->
?body:Cohttp_lwt.Body.t ->
?headers:Cohttp.Header.t ->
?code:Cohttp.Code.status_code ->
unit ->
t