Several Firebug extensions read custom HTTP header info and display the contents in Firebug: FirePHP, FireLogger, and my extension, ColdFire, just to name a few. The issue we face with the NetMonitor API as it is now is that onResponse() may be called before the the file.responseHeaders element is created. Listening for onResponseBody() seems to get around this issue, but that event is not fired for all requests, redirects in particular. So I'd like to propose a new NetMonitor listener API method, onResponseHeaders(). This could be broadcast from the NetUtils.getHttpHeaders() when the file.responseHeaders are created. Thoughts?
--Nathan -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at https://groups.google.com/forum/#!forum/firebug
