Home
last modified time | relevance | path

Searched refs:HTTP (Results 201 – 225 of 376) sorted by relevance

12345678910>>...16

/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md320 ### Making HTTP Requests Directly ###
322 …ernal applications, or a Google API is not available yet in this library, HTTP requests can be mad…
324 If you are installing this client only to authenticate your own HTTP client requests, you should us…
340 // returns a Guzzle HTTP Client
343 // make an HTTP request
381 ### Debugging Your HTTP Request using Charles ###
383HTTP request. This library supports the use of [Charles Web Proxy](https://www.charlesproxy.com/do…
400 ### Controlling HTTP Client Configuration Directly
402 …zzle](http://docs.guzzlephp.org/) as its default HTTP client. That means that you can control your…
/plugin/xkcd/
H A Dsyntax.php36 $ch = new \dokuwiki\HTTP\DokuHTTPClient();
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Locks/
H A DPlugin2Test.php5 use Sabre\HTTP\Request;
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DUtilTest.php3 namespace Sabre\HTTP;
H A DRequestDecoratorTest.php3 namespace Sabre\HTTP;
/plugin/doi/Resolver/
H A DDoiResolver.php5 use dokuwiki\HTTP\DokuHTTPClient;
H A DIsbnOpenLibraryResolver.php5 use dokuwiki\HTTP\DokuHTTPClient;
H A DIsbnGoogleBooksResolver.php5 use dokuwiki\HTTP\DokuHTTPClient;
/plugin/syntaxhighlighter3/sxh3/tests/
H A Dtasks.coffee6 grunt.registerTask 'express', 'Launches basic HTTP server for tests', ->
/plugin/upgrade/HTTP/
H A DDokuHTTPClient.php4 namespace dokuwiki\plugin\upgrade\HTTP;
9 * Adds DokuWiki specific configs to the HTTP client
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DPrincipalCollectionTest.php6 use Sabre\HTTP; alias
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/src/WebService/
H A DClient.php391 'Received an unexpected HTTP status ' .
412 'receive a HTTP body.'
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/Xml/Property/
H A DCurrentUserPrivilegeSetTest.php7 use Sabre\HTTP; alias
/plugin/oauthazure/
H A DAzure.php5 use dokuwiki\HTTP\DokuHTTPClient;
/plugin/authgooglesheets/vendor/google/auth/
H A DREADME.md96 // create the HTTP client
113 `create the HTTP Client` steps with the following:
116 // create the HTTP client
152 // create the HTTP client
202 // create the HTTP client
244 // create the HTTP client
/plugin/blogtng/exe/
H A Dtrackback.php11 use dokuwiki\HTTP\DokuHTTPClient;
/plugin/webdav/vendor/sabre/http/lib/
H A DRequestDecorator.php3 namespace Sabre\HTTP;
H A DResponse.php3 namespace Sabre\HTTP;
H A DMessageDecoratorTrait.php3 namespace Sabre\HTTP;
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DURI.MungeResources.txt
/plugin/davcal/vendor/sabre/http/lib/
H A DRequestDecorator.php3 namespace Sabre\HTTP;
H A DResponse.php3 namespace Sabre\HTTP;
H A DMessageDecoratorTrait.php3 namespace Sabre\HTTP;
/plugin/mantis/lib/
H A Dchangelog56 - soap_server: read all HTTP headers when using _SERVER or HTTP_SERVER_VARS
95 - soapclient, soap_server: when no charset is specified, use UTF-8, even though HTTP specifies US-A…
132 - soap_transport_http: Merge HTTP headers that span multiple lines
285 - soap_transport_http: follow HTTP redirection (HTTP status 301 and Location header) (thanks for th…
313 - soap_parser: be lax when HTTP specifies ISO-8859-1 (the default) and XML specifies UTF-8 (the nor…
395 - soap_transport_http: correctly handle multiple HTTP/1.1 100 responses for https (thanks Jan Slabo…
418 - soap_server: make all incoming HTTP header keys lower case
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
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DDeliverNewEventTest.php6 Sabre\HTTP\Request,

12345678910>>...16