SFHttp.Response.t ->
object
  val response : SFHttp.Response.t
  method body : string
  method destroy : unit -> unit
  method get_field : field:string -> string
  method major_http_version : int
  method minor_http_version : int
  method status : SFHttp.status
end