Home
last modified time | relevance | path

Searched refs:incoming_headers (Results 1 – 5 of 5) sorted by relevance

/plugin/mantis/lib/
H A Dclass.soap_transport_http.php28 var $incoming_headers = array(); variable in soap_transport_http
843 $this->incoming_headers = array();
849 $this->incoming_headers[$header_name] = trim($arr[1]);
867 …if (isset($this->incoming_headers['transfer-encoding']) && strtolower($this->incoming_headers['tra…
871 } elseif (isset($this->incoming_headers['content-length'])) {
872 $content_length = $this->incoming_headers['content-length'];
934 …(isset($this->incoming_headers['connection']) && strtolower($this->incoming_headers['connection'])…
1027 $this->incoming_headers[$header_name] = trim($arr[1]);
1054 $this->setURL($this->incoming_headers['location']);
1096 …if(isset($this->incoming_headers['content-encoding']) && $this->incoming_headers['content-encoding…
[all …]
H A Dnusoap.php2135 var $incoming_headers = array(); variable in soap_transport_http
2950 $this->incoming_headers = array();
2956 $this->incoming_headers[$header_name] = trim($arr[1]);
2974 …if (isset($this->incoming_headers['transfer-encoding']) && strtolower($this->incoming_headers['tra…
2978 } elseif (isset($this->incoming_headers['content-length'])) {
2979 $content_length = $this->incoming_headers['content-length'];
3041 …(isset($this->incoming_headers['connection']) && strtolower($this->incoming_headers['connection'])…
3134 $this->incoming_headers[$header_name] = trim($arr[1]);
3161 $this->setURL($this->incoming_headers['location']);
3203 …if(isset($this->incoming_headers['content-encoding']) && $this->incoming_headers['content-encoding…
[all …]
H A Dclass.soapclient.php464 …got response, length='. strlen($this->responseData).' type='.$http->incoming_headers['content-type…
465 return $this->parseResponse($http->incoming_headers, $this->responseData);
H A Dchangelog48 - soap_transport_http: fix use of $headers instead of $this->incoming_headers in getResponse
/plugin/googlesearch/
H A Dnusoap.php2019 var $incoming_headers = array(); variable in soap_transport_http
2594 $this->incoming_headers = array();
2600 $this->incoming_headers[$header_name] = trim($arr[1]);
2618 …if (isset($this->incoming_headers['transfer-encoding']) && strtolower($this->incoming_headers['tra…
2622 } elseif (isset($this->incoming_headers['content-length'])) {
2623 $content_length = $this->incoming_headers['content-length'];
2685 …(isset($this->incoming_headers['connection']) && strtolower($this->incoming_headers['connection'])…
2764 $this->incoming_headers[$header_name] = trim($arr[1]);
2790 $this->setURL($this->incoming_headers['location']);
2832 …if(isset($this->incoming_headers['content-encoding']) && $this->incoming_headers['content-encoding…
[all …]