2 Jul
2008
2 Jul
'08
9:56 p.m.
2008/7/1 Zac Brown <zac(a)zacbrown.org>:
I've been looking at implementing winhttp.dll.
My current two ideas are to either: 1) Copy the networking sublayer from wininet into winhttp and build on top of that to implement winhttp. Effectively reimplementing mostly from scratch.
2) 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. -- Rob Shearman