[ Version ( since = "2.42" ) ]
public RequestHTTP request_http (string method, string uri_string) throws Error
Creates a Request for retrieving uri_string
, which must be an "http" or
"https" URI (or another protocol listed in this's
http_aliases or
https_aliases).
this |
a Session |
method |
an HTTP method |
uri_string |
a URI, in string form |
a new RequestHTTP, or |