object
  val request : SFHttp.Request.t
  method destroy : unit -> unit
  method set_body : body:string -> unit
  method set_field : field:string -> value:string -> unit
  method set_http_version : major:int -> minor:int -> unit
  method set_method : SFHttp.http_method -> unit
  method set_uri : uri:string -> unit
  method t : SFHttp.Request.t
end