object
  val http : SFHttp.t
  method destroy : unit -> unit
  method send_request :
    request:Oo_sfml_network.http_request ->
    ?timeout:Oo_sfml_system.time -> unit -> Oo_sfml_network.http_response
  method set_host : host:string -> ?port:int -> unit -> unit
end