Example #1
0
	/**
	 * parses the url and rebuilds it to be
	 * scheme://host/path
	 *
	 */
	public function get_normalized_http_url() {
		return OAuthUtil::normalizeHTTPURL($this->http_url);
	}