Home
last modified time | relevance | path

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

/plugin/mantis/lib/
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]);
862 $this->incoming_headers[$header_name] .= $lb . ' ' . $header_line;
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]);
1040 $this->incoming_headers[$header_name] .= $lb . ' ' . $header_line;
[all …]
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]);
2969 $this->incoming_headers[$header_name] .= $lb . ' ' . $header_line;
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]);
3147 $this->incoming_headers[$header_name] .= $lb . ' ' . $header_line;
[all …]
Dclass.soapclient.php464 …got response, length='. strlen($this->responseData).' type='.$http->incoming_headers['content-type…
465 return $this->parseResponse($http->incoming_headers, $this->responseData);
Dchangelog48 - soap_transport_http: fix use of $headers instead of $this->incoming_headers in getResponse
/plugin/googlesearch/
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]);
2613 $this->incoming_headers[$header_name] .= $lb . ' ' . $header_line;
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]);
2777 $this->incoming_headers[$header_name] .= $lb . ' ' . $header_line;
[all …]