package cohttp-async

  1. Overview
  2. Docs
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
include Cohttp.S.Body with type t := t
val empty : t
val of_string : string -> t
val of_string_list : string list -> t
val transfer_encoding : t -> Cohttp.Transfer.encoding
val map : t -> f:(Base.string -> Base.string) -> t