Example #1
0
	/**
	 * just uppercases the http method
	 *
	 */
	public function get_normalized_http_method() {
		return OAuthUtil::normalizeHTTPMethod($this->http_method);
	}