URLMON.DLL
Implements URLMoniker and a relative API that is used to abstract downloading process.
TODO
- Implement pluggable protocols:
http
ftp
https
file
mk (moniker protocol)
gopher
Switch URLMoniker to use pluggable protocols - Implement URLDownload* functions on top of URLMoniker
Complete implementation of CoInternet* functions
CoInternetCombineUrl
CoInternetCompareUrl CoInternetGetProtocolFlags
CoInternetGetSecurityUrl
CoInternetParseUrl (commonly used actions are implemented)
CoInternetQueryInfo
Implement IInternetSecurityManager
Implement IInternetZoneManager
Implement IInternetSession
- Implement other API
