Plugins:GenericHttpMethod: Difference between revisions

note feedback on header parsing issue
(note feedback on header parsing issue)
Line 82: Line 82:
* Error handling in XHR (due to historical reasons) is a weird mix involving readyState, httpResponseState (going back to 0) and exceptions; we should do better than that.
* Error handling in XHR (due to historical reasons) is a weird mix involving readyState, httpResponseState (going back to 0) and exceptions; we should do better than that.
* Do we need a way to abort a request?
* Do we need a way to abort a request?
* Should we provide a utility method for extracting header values from the headers char*?
* Should we provide a utility method for extracting header values from the headers char*? ''We have discussed this on the mailing list, and there is strong consensus to keep access to the raw header information, but also support for providing a convenience method for parsing, potentially as open-sourced reference implementation though''
88

edits