Module Wd_network.Response_data

type t
val url : t -> string
val protocol : t -> string
val status : t -> int
val status_text : t -> string
val from_cache : t -> bool
val headers : t -> Header.t list
val mime_type : t -> string
val bytes_received : t -> int
val header_size : t -> int option
val body_size : t -> int option
val content : t -> Response_content.t
val auth_challenges : t -> Auth_challenge.t list option
val jsont : t Jsont.t