package curly

  1. Overview
  2. Docs
type t = {
  1. code : int;
  2. headers : Header.t;
  3. body : string;
}
val pp : Format.formatter -> t -> unit