module Response:sig..end
type 
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