[ Version ( since = "2.42" ) ]
public RequestHTTP request_http_uri (string method, URI uri) throws Error
Creates a Request for retrieving uri, 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 |
a URI representing the URI to retrieve |
|
a new RequestHTTP, or |