Up

module String_io_lwt

: sig

Lwt IO implementation that uses strings to marshal and unmarshal HTTP

include S.IO with type 'a t = 'a Lwt.t and type ic = Cohttp.String_io.buf and type oc = Buffer.t
end