Class Oo_sfml_network.http_request

class http_request : object .. end

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