Home
last modified time | relevance | path

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

/plugin/authgoogle/google/io/
DGoogle_IO.php91 $contentType = $request->getRequestHeader("content-type");
DGoogle_CacheParser.php46 if ($resp->getRequestHeader("authorization")) {
DGoogle_HttpRequest.php175 public function getRequestHeader($key) { function in Google_HttpRequest
/plugin/asciidocjs/node_modules/unxhr/lib/
DXMLHttpRequest.js266 this.getRequestHeader = function (name) { method in exports.XMLHttpRequest
378 if (!this.getRequestHeader('Content-Type')) {
/plugin/authgoogle/google/service/
DGoogle_MediaFileUpload.php224 'content-type' => $req->getRequestHeader('content-type'),