[webkit-dev] Etag support?

2007-12-11 Thread Andre-John Mas
Hi, Can anyone tell me whether WebKit support the ETAG header? Andre ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo/webkit-dev

Re: [webkit-dev] Etag support?

2007-12-11 Thread Adam Roben
Hi Andre-John, Andre-John Mas wrote: Can anyone tell me whether WebKit support the ETAG header? To my knowledge, E-tag is handled at the networking level, and so is not implemented in WebKit itself. WebKit on Windows and OS X uses Apple's CFNetwork library, WebKit on Qt uses Qt's networking

Re: [webkit-dev] Etag support?

2007-12-11 Thread Mark Rowe
On 12/12/2007, at 13:40, Andre-John Mas wrote: Can anyone tell me whether WebKit support the ETAG header? Cache-related headers are handled by the underlying network libraries that WebKit relies on, so the support may vary per platform. On the Mac and Windows, headers dealing with ETags