Home
last modified time | relevance | path

Searched refs:Http (Results 1 – 25 of 213) sorted by last modified time

123456789

/plugin/oauthazure/
H A DAzure.php7 use OAuth\Common\Http\Uri\Uri;
/plugin/combo/action/
H A Dcache.php7 use ComboStrap\Http; alias
147 Http::removeHeaderIfPresent("Vary");
H A Dstaticresource.php8 use ComboStrap\Http; alias
229 Http::removeHeaderIfPresent("Pragma");
/plugin/combo/
H A Ddeleted.files65 class/Http.php
/plugin/combo/ComboStrap/
H A DHttp.php7 class Http class
67 * See also {@link Http::getFirstHeader()}
H A DHttpResponse.php100 $contentTypeHeader = Http::getFirstHeader(self::HEADER_CONTENT_TYPE, $response->getHeaders());
101 $contentTypeValue = Http::extractHeaderValue($contentTypeHeader);
135 Http::setMime($this->mime->toString());
137 Http::setMime(Mime::PLAIN_TEXT);
147 Http::setStatus($this->status);
149 $status = Http::getStatus();
151 Http::setStatus(HttpResponseStatus::INTERNAL_ERROR);
171 LogUtility::log2file("Bad Http Response: $this->status : {$this->getBody()}", LogUtility::LVL_MSG_ERROR, $this->canonical);
281 return Http::getHeadersForName($headerName, $this->headers);
308 return Http
[all...]
/plugin/oauthgeneric/
H A DGeneric.php6 use OAuth\Common\Http\Uri\Uri;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Client/
H A DCurlClient.php3 namespace OAuth\Common\Http\Client;
5 use OAuth\Common\Http\Exception\TokenResponseException;
6 use OAuth\Common\Http\Uri\UriInterface;
H A DStreamClient.php3 namespace OAuth\Common\Http\Client;
5 use OAuth\Common\Http\Exception\TokenResponseException;
6 use OAuth\Common\Http\Uri\UriInterface;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Uri/
H A DUriInterface.php3 namespace OAuth\Common\Http\Uri;
H A DUri.php3 namespace OAuth\Common\Http\Uri;
H A DUriFactory.php3 namespace OAuth\Common\Http\Uri;
H A DUriFactoryInterface.php3 namespace OAuth\Common\Http\Uri;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Service/
H A DAbstractService.php6 use OAuth\Common\Http\Client\ClientInterface;
7 use OAuth\Common\Http\Uri\Uri;
8 use OAuth\Common\Http\Uri\UriInterface;
H A DServiceInterface.php5 use OAuth\Common\Http\Uri\UriInterface;
/plugin/oauth/
H A DHTTPClient.php6 use OAuth\Common\Http\Client\ClientInterface;
7 use OAuth\Common\Http\Exception\TokenResponseException;
8 use OAuth\Common\Http\Uri\UriInterface;
/plugin/oauth/Service/
H A DAbstractOAuth2Base.php5 use OAuth\Common\Http\Exception\TokenResponseException;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DQuickBooks.php6 use OAuth\Common\Http\Exception\TokenResponseException;
7 use OAuth\Common\Http\Uri\Uri;
10 use OAuth\Common\Http\Client\ClientInterface;
11 use OAuth\Common\Http\Uri\UriInterface;
H A DRedmine.php7 use OAuth\Common\Http\Exception\TokenResponseException;
8 use OAuth\Common\Http\Uri\Uri;
10 use OAuth\Common\Http\Uri\UriInterface;
12 use OAuth\Common\Http\Client\ClientInterface;
H A DScoopIt.php7 use OAuth\Common\Http\Exception\TokenResponseException;
8 use OAuth\Common\Http\Uri\Uri;
10 use OAuth\Common\Http\Uri\UriInterface;
12 use OAuth\Common\Http\Client\ClientInterface;
H A DServiceInterface.php8 use OAuth\Common\Http\Client\ClientInterface;
9 use OAuth\Common\Http\Uri\UriInterface;
10 use OAuth\Common\Http\Exception\TokenResponseException;
H A DTumblr.php7 use OAuth\Common\Http\Exception\TokenResponseException;
8 use OAuth\Common\Http\Uri\Uri;
10 use OAuth\Common\Http\Uri\UriInterface;
12 use OAuth\Common\Http\Client\ClientInterface;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Signature/
H A DSignature.php6 use OAuth\Common\Http\Uri\UriInterface;
H A DSignatureInterface.php6 use OAuth\Common\Http\Uri\UriInterface;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DAbstractService.php6 use OAuth\Common\Http\Client\ClientInterface;
7 use OAuth\Common\Http\Uri\UriInterface;

123456789