Parameters
Signature
module IO :
Cohttp.S.IO
with type 'a t = 'a IO.t
with type ic = IO.ic
with type oc = IO.octype mode = | Client of int -> string| Server
val make_read_frame :
?max_len:int ->
?buf:Stdlib.Buffer.t ->
mode:mode ->
IO.ic ->
IO.oc ->
unit ->
Frame.t IO.tval write_frame_to_buf : mode:mode -> Stdlib.Buffer.t -> Frame.t -> unitmodule Request :
Cohttp.S.Http_io
with type t = Cohttp.Request.t
and type 'a IO.t = 'a IO.t
and type IO.ic = IO.ic
and type IO.oc = IO.ocmodule Response :
Cohttp.S.Http_io
with type t = Cohttp.Response.t
and type 'a IO.t = 'a IO.t
and type IO.ic = IO.ic
and type IO.oc = IO.oc