i created project http-connection(with display) via webkit.
and i need to display HTTP request, response header also, but i can't find how to get header.
i'm now using webkit with C#, but i can change project to C++ if nesessary.
i tried WebMutableURLRequest.getALLHTTPHeaders(), but in webkit.net, it doesn't work with assembly error, and webkit, it needs IPropertyBag and i don't know what class implements it.
and i don't know how to use IPropertyBag or CFDictionaryPropertyBag.
so, the question is how to get request/response header fields and values with webkit?
important thing is get request header before send request.