Home
last modified time | relevance | path

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

/plugin/authssocas/vendor/apereo/phpcas/source/CAS/ProxiedService/Http/
H A DPost.php79 private $_contentType; variable in CAS_ProxiedService_Http_Post
104 $this->_contentType = $contentType;
135 if (empty($this->_contentType) && !empty($this->_body)) {
144 $request->addHeader('Content-Type: '.$this->_contentType);