Lines Matching refs:soap_transport_http

2 - soap_transport_http: SOAPAction header is quoted again, fixes problem w/ Weblogic Server
22 - soap_transport_http: apply patch from Steven Brown "if the server closes connection prematurely, …
28 - soap_transport_http: fix setCredentials and add TODO comments in sendHTTPS about what to change i…
33 - soap_transport_http: update the Content-Type header in sendRequest, since soap_defencoding could …
39 - soap_transport_http: add proxy authentication
40 - soap_transport_http: build payload the same way for http and https
46 - soap_transport_http: close a persistent connection that's at EOF
47 - soap_transport_http: prevent conflicts between setEncoding and usePersistentConnection
48 - soap_transport_http: fix use of $headers instead of $this->incoming_headers in getResponse
58 - soap_transport_http: deflate is gzcompress/gzuncompress (cf. http://archive.develooper.com/libwww…
59 - soap_transport_http: clean use of persistentConnection so it's always a set boolean
96 - soap_transport_http: do not prepend $host with 'ssl://' for https (is this required for older cUR…
108 - soap_transport_http: disable cURL verification of peer and server (formerly the cURL default)
109 - soap_transport_http: mingle cURL code with straight http, so sendHTTP is no longer needed
112 - soap_transport_http: add setContentType
119 - soap_transport_http: only include port in Host header if it was specified in the URL
120 - soap_transport_http: add some code to use OpenSSL for PHP ssl:// scheme, but comment out since it…
131 - soap_transport_http: Allow credentials to be included in URL, rather than requiring setCredentials
132 - soap_transport_http: Merge HTTP headers that span multiple lines
154 - soap_transport_http: Check that $this->fp exists when doing persistent connections
168 - soap_transport_http: allow response timeout to be specified in send and sendHTTPS
180 - soap_transport_http: accept chunking with LF separators in addition to CRLF.
185 - soap_transport_http: don't try to unchunk cURL data, since cURL already does it
186 - soap_transport_http: append CVS revision to version in User-Agent
206 - soap_transport_http: fix read from persistent connection
214 - soap_transport_http: add digest authentication (based on code by Kevin A. Miller)
228 - soap_transport_http: allow digest auth params to be separated by "," as well as ", "
229 - soap_transport_http: re-initialize incoming headers for each response
238 - soap_transport_http: suppress fsockopen warnings
239 - soap_transport_http: detect socket timeouts when reading (0 bytes returned)
240 - soap_transport_http: read chunked content "in-line" so it works on a persistent connection
254 - soap_transport_http: ignore Content-Length when chunked encoding is used
255 - soap_transport_http: remove ':' from username for Basic authentication (cf. RFC 2617)
256 - soap_transport_http: urldecode username and password taken from URL
257 - soap_transport_http: use raw inflate/deflate for IE/IIS compatibility, rather than having Zlib he…
258 - soap_transport_http: attempt to handle the case when both the service application and Web server …
267 - soapclient: let soap_transport_http check for SSL support
275 - soap_transport_http: correct digest authentication through a proxy
284 - soap_transport_http: parse HTTP status and generate error for 300, 302-307, 400, 401-417, 501-505…
285 - soap_transport_http: follow HTTP redirection (HTTP status 301 and Location header) (thanks for th…
291 - soap_transport_http: read/write cookies (thanks Ingo)
304 - soap_transport_http: support client certificates
315 - soap_transport_http: parse digest info that includes '=' in the data (thanks Jinsuk Kim)
345 - soap_transport_http: fix client certificates (thanks Doug Anarino and Eryan Eriobowo)
357 - soap_transport_http: do nothing in setEncoding if gzdeflate is not present (thanks Franck Touanen…
358 - soap_transport_http: fix check for server request for digest authentication (thanks Mark Spavin)
359 - soap_transport_http: call parent constructor
395 - soap_transport_http: correctly handle multiple HTTP/1.1 100 responses for https (thanks Jan Slabo…
405 - soap_transport_http: Add debug when an outgoing header is set
420 - soap_transport_http: remove an unnecessary global statement
464 - soap_transport_http: change cURL message
495 - soap_transport_http: support user-settable cURL options (thanks Ciprian Popovici)
496 - soap_transport_http: use cURL for NTLM authentication
497 - soap_transport_http: make digest authentication work for GET as well as POST
498 - soap_transport_http: improve doc accuracy and consistency (thanks Martin K?gler)
512 - soap_transport_http: skip HTTP responses 301 and 401 when using cURL
513 - soap_transport_http: don't force HTTP Connection header when using cURL
514 - soap_transport_http: don't set HTTP Host and Content-Length headers when using cURL
515 - soap_transport_http: support CURLOPT_SSLCERTPASSWD (thanks David Blanco)
524 - soap_transport_http: enable cURL proxy usage (thanks Giunta Gaetano)
525 - soap_transport_http: enable cURL usage to be forced (thanks Giunta Gaetano)
526 - soap_transport_http: use cURL's HTTP authentication options for basic, digest
532 - soap_transport_http: set cURL connection timeout if supported
533 - soap_transport_http: add debug when setting cURL option
534 - soap_transport_http: fix digest authentication broken in previous revision
548 - soap_transport_http: improve detection of undefined cURL options (thanks Ingo Fischer)
551 - soap_transport_http: support digest authentication opaque feature (cf. RFC 2617) (thanks Daniel L…
552 - soap_transport_http: check safe_mode and open_basedir before setting CURLOPT_FOLLOWLOCATION
553 - soap_transport_http: skip "HTTP/1.0 200 Connection established" header when cURL returns it (than…
583 - soap_transport_http: Fix three typos in setProxy (thanks Sam Stepanyan)