Home
last modified time | relevance | path

Searched refs:HTTP (Results 26 – 50 of 376) sorted by last modified time

12345678910>>...16

/plugin/oauth/
H A Dcomposer.lock33 "ext-openssl": "Allows for usage of secure connections with the stream-based HTTP client.",
/plugin/upgrade/HTTP/
H A DHTTPClientException.php3 namespace dokuwiki\plugin\upgrade\HTTP;
H A DDokuHTTPClient.php4 namespace dokuwiki\plugin\upgrade\HTTP;
9 * Adds DokuWiki specific configs to the HTTP client
H A DHeaders.php3 namespace dokuwiki\plugin\upgrade\HTTP;
6 * Utilities to send HTTP Headers
H A DHTTPClient.php3 namespace dokuwiki\plugin\upgrade\HTTP;
9 * This class implements a basic HTTP client
23 public $http; // HTTP version defaults to 1.0
69 $this->agent = 'Mozilla/4.0 (compatible; DokuWiki HTTP Client; '.PHP_OS.')';
148 * Send an HTTP request
150 * This method handles the whole HTTP communication. It respects set proxy settings,
158 * @param string $method - HTTP Method usually GET or POST.
306 $request = "$method $request_url HTTP/".$this->http.HTTP_NL;
335 if (!preg_match('/^HTTP\/(\d\.\d)\s*(\d+).*?\n/s', $r_headers, $m))
525 $request = "CONNECT {$requestinfo['host']}:{$requestinfo['port']} HTTP/1.
[all...]
/plugin/upgrade/
H A Dhelper.php10 use dokuwiki\plugin\upgrade\HTTP\DokuHTTPClient;
/plugin/statistics/inc/
H A DStatisticsBrowscap.class.php20 * Use DokuWiki's HTTP Clients for downloading
/plugin/deeplautotranslate/
H A Daction.php10 use \dokuwiki\HTTP\DokuHTTPClient;
/plugin/blogtng/exe/
H A Dpingback.php13 use dokuwiki\HTTP\DokuHTTPClient;
H A Dtrackback.php11 use dokuwiki\HTTP\DokuHTTPClient;
/plugin/advanced/lang/en/config/
H A Duserscript.txt3 …ll JavaScript files are delivered through a single dispatcher to minimize HTTP requests, for cachi…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dhttp-handler.asciidoc2 === Configure the HTTP Handler
4 Elasticsearch-PHP uses an interchangeable HTTP transport layer called
6 a generic HTTP request, then pass it to the transport layer to execute. The
8 choose from several HTTP handlers depending on your needs.
15 of HTTP requests to be processed in parallel.
17 You can configure the HTTP handler with one of several helper functions, or
H A Dinstallation.asciidoc19 The default HTTP handlers that ship with Elasticsearch-php require the PHP
22 alternate HTTP handler based on PHP streams. Performance _will_ suffer, as the
H A Dper-request-configuration.asciidoc41 match the HTTP response code provided by {es}. For example, attempting to GET a
70 You can specify multiple HTTP status codes to ignore by providing an array of
293 (if your HTTP handler supports it) on a per-request basis via the `future`
H A Dhttp-meta-data.asciidoc2 === HTTP Meta Data
4 By default, the client sends some meta data about the HTTP connection using
33 HTTP proxy layers (see issue https://github.com/elastic/elasticsearch-php/issues/993[#993]).
49 `Content-Type` and `Accept`. The PHP client can be configured to emit the following HTTP headers:
H A Drelease-notes.asciidoc65 * (DOCS) Added the HTTP meta data section
272 * Added the HTTP port in the log messages
396 * Added the `User-Agent` in each HTTP request
405 * Fix HTTP port specification using CURLOPT_PORT, not anymore in the host
H A Dconnecting.asciidoc55 ==== HTTP Authentication
57 If your {es} server is protected by HTTP authentication, you need to provide the
65 'http://user:pass@localhost:9200', // HTTP Basic Authentication
187 It is possible to use HTTP authentication with SSL. Simply specify `https` in
189 credentials. For example, this snippet authenticates using Basic HTTP auth and a
H A Dconnection-factory.asciidoc57 working HTTP handler, serializer, logger and tracer
/plugin/elasticsearch/vendor/ezimuel/ringphp/
H A DREADME.md8 Provides a simple API and specification that abstracts away the details of HTTP
9 into a single PHP function. RingPHP be used to power HTTP clients and servers
14 By abstracting the implementation details of different HTTP clients and
15 servers, RingPHP allows you to utilize pluggable HTTP clients and servers
43 HTTP requests.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DCHANGELOG.md7 - (DOCS) Added the HTTP meta data section
165 - Added the HTTP port in the log messages
257 - Added the `User-Agent` in each HTTP request [#898](https://github.com/elastic/elasticsearch-php/pull/898)
262 - Fix HTTP port specification using CURLOPT_PORT, not anymore in the host [782](https://github.com/elastic/elasticsearch-php/pull/782)
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md86 * Add throwing `\Elastica\Exception\RequestEntityTooLargeException` on HTTP-413 responses in `\Elastica\Bulk` by @Vetaxon [2055](https://github.com/ruflin/Elastica/pull/2055)
168 * Included `Content-Type` HTTP header every time, whatever the content of the body is [#1780](https://github.com/ruflin/Elastica/pull/1780)
433 * Added a transport class for mocking a HTTP 403 error codes, useful for testing response failures in inheriting clients [#1529](https://github.com/ruflin/Elastica/pull/1529)
546 - Enforce [Content-Type requirement on the layer Rest](https://github.com/elastic/elasticsearch/pull/23146), a [PR on Elastica #1301](https://github.com/ruflin/Elastica/issues/1301) solved it (it has been implemented only in the HTTP Transport), but it was not implemented in the Guzzle Transport. [#1349](https://github.com/ruflin/Elastica/pull/1349)
785 - Set HTTP headers on each request preventing server error if persistent connection is enabled and compression enabled and later disabled for the same connection.
1450 - Use the HTTP response code of GET requests (getDocument), instead of extists/found json property.
1488 - Always send scroll_id via HTTP body instead of as a query param
1913 - Refactoring HTTP connection to keep alive connection -> speed improvement during using the same client
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClientBuilder.asciidoc225 Set the HTTP handler (cURL is default)
/plugin/ckgedit/ckeditor/
H A DCHANGES.md247 …n can now upload files using XHR requests. This allows for setting custom HTTP headers using the […
596 …Issue summary: If a victim had access to a spoofed version of ckeditor.com via HTTP (e.g. due to D…
/plugin/ckgedit/ckeditor/lang/
H A Den.4.9.js.beautified292 "httpError404": "HTTP error occurred during file upload (404: File not found).",
293 "httpError403": "HTTP error occurred during file upload (403: Forbidden).",
294 "httpError": "HTTP error occurred during file upload (error status: %1).",
H A Den.js-4.9.merged5HTTP error occurred during file upload (404: File not found).","httpError403":"HTTP error occurred…

12345678910>>...16