function HTTP_Request::setHttpVer in Flickr API 5
Sets the HTTP version to use, 1.0 or 1.1
@access public
Parameters
string Version to use. Use the defined constants for this:
File
- phpFlickr/
PEAR/ HTTP/ Request.php, line 480
Class
- HTTP_Request
- Class for performing HTTP requests
Code
function setHttpVer($http) {
$this->_http = $http;
}