getRequestUri vs. getUrl

What exactly is the difference between CHttpRequest::getRequestUri and CHttpRequest::getUrl?

Looks like getRequestUri is for Zend compatibility and getUrl is for everything else.

See http://www.yiiframework.com/doc/api/1.1/CHttpRequest/#getUrl-detail

getUrl() is the same as getRequestUri.