Module SFHttp.Response

module Response: sig .. end

type t 
val getBody : t -> string
val getStatus : t -> SFHttp.status
val destroy : t -> unit
val getField : t -> field:string -> string
val getMajorHttpVersion : t -> int
val getMinorHttpVersion : t -> int