Home
last modified time | relevance | path

Searched refs:http_method (Results 1 – 2 of 2) sorted by relevance

/template/strap/vendor/php-webdriver/webdriver/lib/Remote/
H A DHttpCommandExecutor.php268 $http_method = $http_options['method'];
281 if (is_array($params) && !empty($params) && $http_method !== 'POST') {
286 $http_method,
297 curl_setopt($this->curl, CURLOPT_CUSTOMREQUEST, $http_method);
300 if (in_array($http_method, ['POST', 'PUT'], true)) {
310 if ($http_method === 'POST') {
326 $http_method,
/template/kajukkk/
DSnoopy.class.php778 function _httprequest($url,$fp,$URI,$http_method,$content_type="",$body="") argument
787 $headers = $http_method." ".$url." ".$this->_httpversion."\r\n";
941 function _httpsrequest($url,$URI,$http_method,$content_type="",$body="") argument