2008/7/1 Zac Brown zac@zacbrown.org:
I've been looking at implementing winhttp.dll.
My current two ideas are to either:
- Copy the networking sublayer from wininet into winhttp and build on top of
that to implement winhttp. Effectively reimplementing mostly from scratch.
- Implement most winhttp things in terms of wininet and then copying over parts
that I need from wininet's network sublayer, like fetching SSL certificates and so on.
How about: 3) Copy the networking sublayer from wininet into winhttp and build on top of that to implement winhttp. Reimplement wininet on top of winhttp.