>From the documentation of "nsIHttpChannel",
http://www.mozilla.org/projects/embedding/embedapiref/embedapi64.html,
it said "This interface allows for the modification of HTTP request
parameters and the inspection of the resulting HTTP response status
and headers when they become available. It is scriptable."

I am writing a C application which embeds mozilla.
My questions are:
* how to create a nsIHttpChannel which inspects the http response in
c?
* when I should i create nsIHttpChannel? Before I load any url?

Thank you for any pointers.

_______________________________________________
dev-tech-network mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-network

Reply via email to