Home
last modified time | relevance | path

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

/plugin/authgoogle/google/io/
H A DGoogle_IO.php30 const FORM_URLENCODED = 'application/x-www-form-urlencoded'; define in Google_IO
95 $contentType = self::FORM_URLENCODED;
100 if ($contentType == self::FORM_URLENCODED && is_array($postBody)) {