Can httpup be configured for an authenticated proxy?

For example to get wget to work I need to do:
http_proxy=http://<domain>\<user>:<password>@<ip address>:<port>
export http_proxy
wget <url>

Any thoughts on how to get that working?