Module Curly.Response

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